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()

override string System.Net.IPAddress.ToString ( )
inlineinherited

Definition at line 357 of file IPAddress.cs.

358 {
359 string text;
360 if (this._toString == null)
361 {
362 ushort[] numbers = this._numbers;
363 if (numbers != null)
364 {
366 return StringBuilderCache.GetStringAndRelease(IPAddressParser.IPv6AddressToStringHelper(numbers, addressOrScopeId));
367 }
370 }
371 return text;
372 }
class f__AnonymousType0<< Count > j__TPar
readonly ushort[] _numbers
Definition IPAddress.cs:749
static string GetStringAndRelease(StringBuilder sb)

References System.Net.IPAddress._addressOrScopeId, System.Net.IPAddress._numbers, System.Net.IPAddress._toString, System.Text.StringBuilderCache.GetStringAndRelease(), System.Net.IPAddressParser.IPv6AddressToStringHelper(), j__TPar, and System.text.