Share via


SByte.ToString Method ()

Converts the numeric value of this instance to its equivalent string representation.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public override string ToString ()

Return Value

The string representation of the value of this instance, consisting of a negative sign if the value is negative, and a sequence of digits ranging from 0 to 9 with no leading zeroes.

Version Information

Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.

See Also

Reference

SByte Structure
SByte Members
System Namespace