Convert..::..ToUInt16 Method (String, Int32)
Converts the string representation of a number in a specified base to an equivalent 16-bit unsigned integer.
Namespace:
System
Assembly:
Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static ushort ToUInt16( string value, int fromBase )
<TemplateAttribute> _ Public Shared Function ToUInt16 ( _ value As String, _ fromBase As Integer _ ) As UShort
[TemplateAttribute] public: static unsigned short^ ToUInt16( String^ value, int^ fromBase )