Converts the sbyte to a string.
value The value to convert.
A string representation of the SByte.
This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToString(bool)(short).
This method calls value.ToString(null, System.Globalization.NumberFormatInfo.InvariantInfo ).