2 references to ToUInt16
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
1386
result = Convert.
ToUInt16
(value, numBase);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\UInt16Converter.cs (1)
22
internal override object FromString(string value, int radix) => Convert.
ToUInt16
(value, radix);