Symbol.IConvertible.ToUInt32 Method | |
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD IConvertible.ToUInt32(
provider AS IFormatProvider
) AS DWORD
uint IConvertible.ToUInt32(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
DWordAn 32-bit unsigned integer equivalent to the value of this instance.
Implements
ToUInt32(IFormatProvider)See Also