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

◆ ToString() [2/2]

static string System.BitConverter.ToString ( byte[] value,
int startIndex,
int length )
inlinestatic

Definition at line 123 of file BitConverter.cs.

124 {
125 do
126 {
127 if (value != null)
128 {
129 }
130 }
131 while (startIndex == 0);
132 string text;
133 return text;
134 }

References System.startIndex, System.text, and System.value.