Show / Hide Table of Contents

Class CompileResultValidator

Inheritance
System.Object
CompileResultValidator
DecimalCompileResultValidator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public abstract class CompileResultValidator

Properties

Empty

Declaration
public static CompileResultValidator Empty { get; }
Property Value
Type Description
CompileResultValidator

Methods

Validate(Object)

Declaration
public abstract void Validate(object obj)
Parameters
Type Name Description
System.Object obj
Back to top Generated by DocFX