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

◆ AppendFormatHelper()

StringBuilder System.Text.StringBuilder.AppendFormatHelper ( IFormatProvider provider,
string format,
ParamsArray args )
inlinepackage

Definition at line 609 of file StringBuilder.cs.

610 {
611 while (format == null)
612 {
613 }
614 int stringLength = format._stringLength;
615 if (provider != null && provider != null && provider == null)
616 {
617 throw new InvalidCastException();
618 }
619 long num = 0L;
620 char c = format[(int)num];
621 char c2 = format[(int)num];
622 char c3 = format[(int)num];
623 return this.Append(c);
624 }
class f__AnonymousType0<< Count > j__TPar
StringBuilder Append(char value, int repeatCount)

References System.Text.StringBuilder.Append(), System.format, j__TPar, and System.L.