Class ObjectExtensions
Inheritance
System.Object
ObjectExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Testura.Code.Extensions
Assembly:Testura.Code.dll
Syntax
public static class ObjectExtensions
Methods
IsNumeric(Object)
Examine if the object is a numeric type.
Declaration
public static bool IsNumeric(this object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to examine. |
Returns
Type | Description |
---|---|
System.Boolean |
|