8 internal unsafe
static byte[]
DoAnsiConversion(
string str,
bool fBestFit,
bool fThrowOnUnmappableChar, out
int cbLength)
18 internal unsafe
static byte ConvertToNative(
char managedChar,
bool fBestFit,
bool fThrowOnUnmappableChar)
21 byte* ptr = stackalloc
byte[(int)(uint)num];
static unsafe int StringToAnsiString(string s, byte *buffer, int bufferLength, bool bestFit=false, bool throwOnUnmappableChar=false)
static readonly int SystemMaxDBCSCharSize
static unsafe byte[] DoAnsiConversion(string str, bool fBestFit, bool fThrowOnUnmappableChar, out int cbLength)
static char ConvertToManaged(byte nativeChar)
static unsafe byte ConvertToNative(char managedChar, bool fBestFit, bool fThrowOnUnmappableChar)