BigInt.ToBoolean Method
Public Function ToBoolean( _
ByVal provider As IFormatProvider _
) As Boolean Implements _
IConvertible.ToBoolean
This language is not supported or no code example is available.
public bool ToBoolean(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
bool ToBoolean(
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
boolA Boolean value equivalent to the value of this instance.