ConvertToInt32 Method (Int32) |
Returns the specified 32-bit signed integer; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static int ToInt32(
int value
)
Parameters
- value
- Type: SystemInt32
The 32-bit signed integer to return.
Return Value
Type:
Int32value is returned unchanged.
See Also