ToUInt32()

IConvertible::ToUInt32(System::SharedPtr<System::IFormatProvider>) method

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

virtual uint32_t System::IConvertible::ToUInt32(System::SharedPtr<System::IFormatProvider> provider)=0

Arguments

ParameterTypeDescription
providerSystem::SharedPtr<System::IFormatProvider>A System::IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

A 32-bit unsigned integer value equivalent to the value of this instance.

See Also