Click or drag to resize

Symbol.IConvertible.ToUInt64 Method

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

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD IConvertible.ToUInt64(
	provider AS IFormatProvider
) AS UINT64
Request Example View Source

Parameters

provider
Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

Type: UInt64
An 64-bit unsigned integer equivalent to the value of this instance.

Implements

ToUInt64(IFormatProvider)
See Also