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

◆ ToUInt64() [17/19]

static ulong System.Convert.ToUInt64 ( uint value)
inlinestatic

Definition at line 1816 of file Convert.cs.

1817 {
1818 return value;
1819 }

References System.value.