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

◆ TryFormatUInt64()

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

Definition at line 381 of file Number.cs.

382 {
383 int num = 1;
384 int num2;
385 bool flag;
386 if (format == null)
387 {
388 if (num2 == 0)
389 {
390 }
391 return flag;
392 }
393 if (num == 0)
394 {
395 }
396 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
397 num2 = 65503;
398 if (num2 == 0)
399 {
400 if (num2 == 0)
401 {
402 }
403 return flag;
404 }
405 bool flag2;
406 return flag2;
407 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)

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