IConvertible.ToUInt32 Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Function ToUInt32 ( _
    provider As IFormatProvider _
) As UInteger
uint ToUInt32(
    IFormatProvider provider
)

Parameters

Return Value

Type: System..::.UInt32
An 32-bit unsigned integer equivalent to the value of this instance.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IConvertible Interface

System Namespace