System.Convert.ToString Method

Converts the value of the specified 32-bit signed integer to its equivalent string representation.

Syntax

public static string ToString (int value)

Parameters

value
The 32-bit signed integer to convert.

Returns

The string representation of value.

Remarks

This implementation is identical to int.ToString.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0