BigIntegerTypeConverter.Accepts method

Check if the type is BigInteger

public bool Accepts(Type type)
parameter description
type The type to check

Return Value

true if the type is BigInteger; otherwise, false.

See Also