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

◆ FromString() [2/2]

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

Definition at line 14 of file Int64Converter.cs.

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

References System.value.