[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IReadonlyPrimitiveValue

IReadonlyPrimitiveValue Interface

Represents an interfaces for a calculated primitive value of calculation engine.

Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public interface IReadonlyPrimitiveValue
Public Interface IReadonlyPrimitiveValue

Properties

Name Description
ValueType

Gets the value type of this IPrimitiveValue instance.

Methods

Name Description
GetDate(IEvaluationContext, bool)

Gets the DateTime value.

GetError(IEvaluationContext)

Gets the CalcError value.

GetLogical(IEvaluationContext, bool)

Gets the bool value.

GetNumber(IEvaluationContext, bool)

Gets the double value.

GetObject(IEvaluationContext, bool)

Gets the object value.

GetText(IEvaluationContext, bool)

Gets the string value.

GetTime(IEvaluationContext, bool)

Gets the TimeSpan value.