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

◆ FromString() [1/2]

override object System.ComponentModel.UInt64Converter.FromString ( string value,
int radix )
inlinepackage

Definition at line 9 of file UInt64Converter.cs.

10 {
11 return Convert.ToUInt64(value, radix);
12 }

References System.Convert.ToUInt64(), and System.value.