Show / Hide Table of Contents

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

true if the object is numeric, otherwise false.

Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX