Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Utf8Size()

static int nativefiledialog.Utf8Size ( string str)
inlinestaticprivate

Definition at line 25 of file nativefiledialog.cs.

26 {
27 return str.Length * 4 + 1;
28 }

Referenced by Utf8EncodeNullable().