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

◆ FromString() [1/2]

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

Definition at line 9 of file UInt16Converter.cs.

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

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