Bridge

Convert..::..ToSByte Method (String)

Converts the value of the specified object to an 8-bit signed integer.

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

Syntax


[TemplateAttribute]
public static sbyte ToSByte(
	string value
)
<TemplateAttribute> _
Public Shared Function ToSByte ( _
	value As String _
) As SByte
[TemplateAttribute]
public:
static signed char^ ToSByte(
	String^ value
)

Parameters

value
Type: System..::..String