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

◆ FromString() [2/2]

override object System.ComponentModel.UInt64Converter.FromString ( string value,
NumberFormatInfo formatInfo )
inlinepackage

Definition at line 14 of file UInt64Converter.cs.

15 {
16 return ulong.Parse(value, NumberStyles.Integer, formatInfo);
17 }

References System.value.