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