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
- s
Type: System. . :: . .String
Holds the string to convert.
Return Value
Type: System. . :: . .SByte
The SByte equivalent of the string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.