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

◆ TryFormatDouble()

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

Definition at line 87 of file Number.cs.

88 {
89 int num = 1;
90 if (num == 0)
91 {
92 }
93 string text;
94 if (text != null)
95 {
96 if (num == 0)
97 {
98 }
100 }
101 bool flag;
102 return flag;
103 }
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().