ToInt16 Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts a String to an Int16 equivalent.
Namespace: Ws.Services.Serialization
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Shared Function ToInt16 ( _
s As String _
) As Short
public static short ToInt16(
string s
)
public:
static short ToInt16(
String^ s
)
static member ToInt16 :
s:string -> int16
public static function ToInt16(
s : String
) : short
Parameters
- s
Type: System. . :: . .String
Holds the string to convert.
Return Value
Type: System. . :: . .Int16
An Int16 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.