[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetText

GetText Method

GetText(IEvaluationContext, bool)

Gets the string value.

Declaration
string GetText(IEvaluationContext context = null, bool catchError = true)
Function GetText(Optional context As IEvaluationContext = Nothing, Optional catchError As Boolean = True) As String
Parameters
Type Name Description
IEvaluationContext context

The evaluation context to get value.

bool catchError

true if the evaluation context will track calculation error; otherwise, false.

Returns
Type Description
string

An string value.