Show / Hide Table of Contents

Class ArgumentParser

Inheritance
System.Object
ArgumentParser
BoolArgumentParser
DoubleArgumentParser
IntArgumentParser
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 ArgumentParser

Methods

Parse(Object)

Declaration
public abstract object Parse(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Object

Parse(Object, RoundingMethod)

Declaration
public abstract object Parse(object obj, RoundingMethod roundingMethod)
Parameters
Type Name Description
System.Object obj
RoundingMethod roundingMethod
Returns
Type Description
System.Object
In This Article
Back to top Generated by DocFX