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

◆ FormatIPv4AddressNumber()

static unsafe void System.Net.IPAddressParser.FormatIPv4AddressNumber ( int number,
char * addressString,
int offset )
inlinestaticprivate

Definition at line 120 of file IPAddressParser.cs.

121 {
122 int num = 1;
123 offset.m_value = num;
124 if (num == 0)
125 {
126 }
127 int num2 = 10;
128 int num3 = Math.DivRem(number, num2, offset);
129 addressString->m_value = (char)num;
130 while (num3 != 0)
131 {
132 }
133 }
class f__AnonymousType0<< Count > j__TPar
static int DivRem(int a, int b, [Out] int result)
Definition Math.cs:44

References System.Math.DivRem(), j__TPar, and System.offset.