intToString


Description:

public static string intToString (int n)

Converts int to string.

Parameters:

n

source value.

Returns:

string representation.