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

◆ ToString() [3/3]

string System.Decimal.ToString ( string format,
IFormatProvider provider )
inline

Implements System.IFormattable.

Definition at line 348 of file Decimal.cs.

349 {
350 int num = this.flags;
351 int num2 = this.lo;
352 if (format != null)
353 {
354 char rawStringData = format.GetRawStringData();
355 int stringLength = format._stringLength;
356 }
357 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
358 string text;
359 return text;
360 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)
readonly int lo
Definition Decimal.cs:1327
readonly int flags
Definition Decimal.cs:1321

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