Mono Class Library: System.Convert Overview | Members

System.Convert.ToString Method

Converts a sbyte to a string . [Edit]

[System.CLSCompliant(false)]
public static string ToString (sbyte value)

Parameters

value
The sbyte value to be converted. [Edit]

Returns

Returns the value returned by value.ToString(). [Edit]

Remarks

This member is not CLS-compliant. For a CLS-compliant alternative, use Convert.ToString(object)(short).

Note: See sbyte.ToString.

[Edit]

Requirements

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