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

◆ TryFormat()

bool System.Decimal.TryFormat ( Span< char > destination,
[Out] int charsWritten,
[Optional] ReadOnlySpan< char > format,
[Optional] IFormatProvider provider )
inline

Implements System.ISpanFormattable.

Definition at line 363 of file Decimal.cs.

364 {
365 int num = this.flags;
366 int num2 = this.lo;
367 bool flag;
368 return flag;
369 }
class f__AnonymousType0<< Count > j__TPar
readonly int lo
Definition Decimal.cs:1327
readonly int flags
Definition Decimal.cs:1321

References System.Decimal.flags, j__TPar, and System.Decimal.lo.