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

◆ TryFormatSingle()

static bool System.Number.TryFormatSingle ( float value,
ReadOnlySpan< char > format,
NumberFormatInfo info,
Span< char > destination,
[Out] int charsWritten )
inlinestatic

Definition at line 141 of file Number.cs.

142 {
143 int num = 1;
144 if (num == 0)
145 {
146 }
147 string text;
148 if (text != null)
149 {
150 if (num == 0)
151 {
152 }
154 }
155 bool flag;
156 return flag;
157 }
class f__AnonymousType0<< Count > j__TPar
static bool TryCopyTo(string source, Span< char > destination, [Out] int charsWritten)
Definition Number.cs:181

References System.destination, j__TPar, System.text, and System.Number.TryCopyTo().