Share via


ToUInt32 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 UInt32 equivalent.

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

Syntax

'Declaration
Public Shared Function ToUInt32 ( _
    s As String _
) As UInteger
public static uint ToUInt32(
    string s
)
public:
static unsigned int ToUInt32(
    String^ s
)
static member ToUInt32 : 
        s:string -> uint32 
public static function ToUInt32(
    s : String
) : uint

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace