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() [1/3]

override string System.Decimal.ToString ( )
inline

Definition at line 328 of file Decimal.cs.

329 {
330 int num = this.flags;
331 int num2 = this.lo;
333 string text;
334 return text;
335 }
class f__AnonymousType0<< Count > j__TPar
readonly int lo
Definition Decimal.cs:1327
readonly int flags
Definition Decimal.cs:1321

References System.Globalization.NumberFormatInfo.CurrentInfo, System.Decimal.flags, j__TPar, System.Decimal.lo, and System.text.