Declaration
public static long UnboxIntegerToLong(
object integer,
TypeCode typeCode
)
Summary
A faster version of UnboxIntegerToLong(object) if the TypeCode is already provided. Behaviour is undefined if
typeCode does not match the type of the object passed in.