Show / Hide Table of Contents

Class TypeExtensions

Type extension methods

Inheritance
object
TypeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public static class TypeExtensions

Methods

IsNumericType(Type)

Determines whether the type is numeric. See https://stackoverflow.com/a/1750024

Declaration
public static bool IsNumericType(this Type type)
Parameters
Type Name Description
Type type

The type

Returns
Type Description
bool

True for numeric types

☀
☾
Back to top Generated by DocFX