System::IConvertible::ToUInt64 method

IConvertible::ToUInt64 method

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

virtual uint64_t System::IConvertible::ToUInt64(System::SharedPtr<System::IFormatProvider> provider)=0
ParameterTypeDescription
providerSystem::SharedPtr<System::IFormatProvider>A System::IFormatProvider interface implementation that supplies culture-specific formatting information.

ReturnValue

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

See Also