Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToString() [4/4]

unsafe string System.UIntPtr.ToString ( string? format,
IFormatProvider? provider )
inline

Implements System.IFormattable.

Definition at line 254 of file UIntPtr.cs.

255 {
256 return ((ulong)_value).ToString(format, provider);
257 }
unsafe readonly void * _value
Definition UIntPtr.cs:16

References System.UIntPtr._value, System.Runtime.Serialization.Dictionary, and System.format.