ConvertToUInt16 Method (UInt16) |
Returns the specified 16-bit unsigned integer; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static ushort ToUInt16(
ushort value
)
Parameters
- value
- Type: SystemUInt16
The 16-bit unsigned integer to return.
Return Value
Type:
UInt16value is returned unchanged.
See Also