Class TypeExtensions
Type extension methods
Inherited Members
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 |