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

◆ FormatUInt64()

static string System.Number.FormatUInt64 ( ulong value,
ReadOnlySpan< char > format,
IFormatProvider provider )
inlinestatic

Definition at line 352 of file Number.cs.

353 {
354 int num = 1;
355 int num2;
356 string text;
357 if (format == null)
358 {
359 if (num2 == 0)
360 {
361 }
362 return text;
363 }
364 if (num == 0)
365 {
366 }
367 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
368 num2 = 65503;
369 if (num2 == 0)
370 {
371 if (num2 == 0)
372 {
373 }
374 return text;
375 }
376 string text2;
377 return text2;
378 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)

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