Share via


ToSByte Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the String to an SByte equivalent.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Shared Function ToSByte ( _
    s As String _
) As SByte
public static sbyte ToSByte(
    string s
)
public:
static signed char ToSByte(
    String^ s
)
static member ToSByte : 
        s:string -> sbyte 
public static function ToSByte(
    s : String
) : sbyte

Parameters

Return Value

Type: System. . :: . .SByte
The SByte equivalent of the string.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace