Click or drag to resize
ConvertToUInt16 Method (UInt16)
Returns the specified 16-bit unsigned integer; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static ushort ToUInt16(
	ushort value
)

Parameters

value
Type: SystemUInt16
The 16-bit unsigned integer to return.

Return Value

Type: UInt16
value is returned unchanged.
See Also