Click or drag to resize
ConvertToInt32 Method (Int32)
Returns the specified 32-bit signed integer; no actual conversion is performed.

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

Parameters

value
Type: SystemInt32
The 32-bit signed integer to return.

Return Value

Type: Int32
value is returned unchanged.
See Also