BigInt.ToInt64 (IFormatProvider) Method
Public Function ToInt64( _
ByVal provider As IFormatProvider _
) As Long Implements _
IConvertible.ToInt64
This language is not supported or no code example is available.
public long ToInt64(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
long ToInt64(
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
longAn 64-bit signed integer equivalent to the value of this instance.