protected string ValueToString (long v);

파라미터

vThe long integer to be converted to string.

반환

string The long integer as string.

설명

Converts the given long integer to a string.