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

◆ TryFormatInt64()

static bool System.Number.TryFormatInt64 ( long value,
ReadOnlySpan< char > format,
IFormatProvider provider,
Span< char > destination,
[Out] int charsWritten )
inlinestatic

Definition at line 328 of file Number.cs.

329 {
330 int num = 1;
331 if (format != null || num == 0)
332 {
333 }
334 if (num == 0)
335 {
336 }
337 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
338 int num2 = 65503;
339 if (num2 == 0)
340 {
341 if (num2 == 0)
342 {
343 }
344 bool flag;
345 return flag;
346 }
347 bool flag2;
348 return flag2;
349 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)

References System.format, System.Globalization.NumberFormatInfo.GetInstance(), and j__TPar.