Click or drag to resize
ConvertToUInt32 Method (UInt32)
Returns the specified 32-bit unsigned integer; no actual conversion is performed.

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

Parameters

value
Type: SystemUInt32
The 32-bit unsigned integer to return.

Return Value

Type: UInt32
value is returned unchanged.
See Also