| ConvertToUInt32 Method (UInt32) | 
Returns the specified 32-bit unsigned integer; no actual conversion is performed.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic static uint ToUInt32(
	uint value
)
Parameters
- value
- Type: SystemUInt32
 The 32-bit unsigned integer to return.
Return Value
Type: 
UInt32value is returned unchanged.
 See Also
See Also