Converts a Byte value to a Single.
[Visual Basic] Overloads Public Shared Function ToSingle( _ ByVal value As UInt16 _ ) As Single [C#] public static float ToSingle( ushort value ); [C++] public: static float ToSingle( unsigned short value ); [JScript] public static function ToSingle( value : UInt16 ) : float;
The value as a String.
Convert Class | Convert Members | System Namespace | Convert.ToSingle Overload List