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

◆ FromString() [2/2]

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

Definition at line 14 of file UInt16Converter.cs.

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

References System.value.