3 references to Value
Microsoft.DotNet.NativeWrapper (3)
PlatformString.cs (3)
24if (Value == 0) 32return Marshal.PtrToStringUTF8(Value) ?? string.Empty; 36return Marshal.PtrToStringUni(Value) ?? string.Empty;