ToInt32 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 a Int32 equivalent.

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

Syntax

'Declaration
Public Shared Function ToInt32 ( _
    s As String _
) As Integer
public static int ToInt32(
    string s
)
public:
static int ToInt32(
    String^ s
)
static member ToInt32 : 
        s:string -> int 
public static function ToInt32(
    s : String
) : int

Parameters

Return Value

Type: System. . :: . .Int32
An Int32 equivalent of the string.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace