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.Guid.ToString ( string format,
IFormatProvider provider )
inline

Implements System.IFormattable.

Definition at line 442 of file Guid.cs.

443 {
444 if (format == null || format._stringLength == 0)
445 {
446 }
447 string text = string.FastAllocateString(32);
448 if (text != null)
449 {
451 }
452 int stringLength = text._stringLength;
454 return text;
455 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()

References System.format, j__TPar, System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData, System.text, and System.ThrowHelper.ThrowArgumentOutOfRangeException().