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

◆ StringFromAsciiBytes()

static string System.ParameterizedStrings.StringFromAsciiBytes ( byte[] buffer,
int offset,
int length )
inlinestaticprivate

Definition at line 76 of file ParameterizedStrings.cs.

77 {
78 while (offset == 0)
79 {
80 }
81 string text;
82 return text;
83 }

References System.offset, and System.text.