Invariants.IsIntegerType method

namespace: Serenity   assemblySerenity.Net.Core

Determines whether type of the value is an integer type (Int16, Int32, Int64). Avoid using this function as it is obsolete.

public static bool IsIntegerType(object value)
parameter description
value The value.

Return Value

true if integer type; otherwise, false.

See Also