terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UTF8_ToManaged()

static unsafe string nativefiledialog.UTF8_ToManaged ( IntPtr s,
bool freePtr = false )
inlinestaticprivate

Definition at line 41 of file nativefiledialog.cs.

42 {
43 bool flag;
44 if ((void*)(flag ? 1 : 0) != null)
45 {
46 }
48 string text;
49 return text;
50 }
class f__AnonymousType0<< Count > j__TPar
static Encoding UTF8
Definition Encoding.cs:828

References j__TPar, System.text, and System.Text.Encoding.UTF8.

Referenced by NFD_GetError(), NFD_OpenDialog(), NFD_PathSet_GetPath(), NFD_PickFolder(), and NFD_SaveDialog().