Int64MIConvertibleToInt64 Method

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

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
long IConvertible.ToInt64(
	IFormatProvider provider
)

Parameters

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

Return Value

Int64
An 64-bit signed integer equivalent to the value of this instance.

Implements

IConvertibleToInt64(IFormatProvider)

See Also