IConvertible.ToUInt32 Method
.NET Framework 1.1
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
The IConvertible type is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[Visual Basic] Function ToUInt32( _ ByVal provider As IFormatProvider _ ) As UInt32 [C#] uint ToUInt32( IFormatProvider provider ); [C++] unsigned int ToUInt32( IFormatProvider* provider ); [JScript] function ToUInt32( provider : IFormatProvider ) : UInt32;
Parameters
- provider
- An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
An 32-bit unsigned integer equivalent to the value of this instance.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IConvertible Interface | IConvertible Members | System Namespace