Table of Contents

Class ExtensionMethods

Namespace
OfficeOpenXml.FormulaParsing.Utilities
Assembly
Magicodes.EPPlus.dll
public static class ExtensionMethods
Inheritance
ExtensionMethods
Inherited Members

Methods

IsNotNullOrEmpty(ArgumentInfo<string>)

public static void IsNotNullOrEmpty(this ArgumentInfo<string> val)

Parameters

val ArgumentInfo<string>

IsNotNull<T>(ArgumentInfo<T>)

public static void IsNotNull<T>(this ArgumentInfo<T> val) where T : class

Parameters

val ArgumentInfo<T>

Type Parameters

T

IsNumeric(object)

public static bool IsNumeric(this object obj)

Parameters

obj object

Returns

bool