Convert..::..ToSByte Method (String, Int32)
Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static sbyte ToSByte( string value, int fromBase )
<TemplateAttribute> _ Public Shared Function ToSByte ( _ value As String, _ fromBase As Integer _ ) As SByte
[TemplateAttribute] public: static signed char^ ToSByte( String^ value, int^ fromBase )