Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: long UnboxIntegerToLong(object, TypeCode)

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.