| UInt16TypeToString Method (UInt16) |
Returns the numeric value as a string.
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override string ToString(
ushort value
)
Protected Overrides Function ToString (
value As UShort
) As String
protected:
virtual String^ ToString(
unsigned short value
) override
abstract ToString :
value : uint16 -> string
override ToString :
value : uint16 -> string
Parameters
- value
- Type: SystemUInt16
The value to convert to a string.
Return Value
Type:
StringThe converted value as a string, using MinValue and MaxValue as needed.
See Also