Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static unsafe byte[] | DoAnsiConversion (string str, bool fBestFit, bool fThrowOnUnmappableChar, out int cbLength) |
static unsafe byte | ConvertToNative (char managedChar, bool fBestFit, bool fThrowOnUnmappableChar) |
static char | ConvertToManaged (byte nativeChar) |
Definition at line 6 of file AnsiCharMarshaler.cs.