Bridge

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

Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information.

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

Syntax


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

Parameters

value
Type: System..::..String
provider
Type: System..::..IFormatProvider