Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / GetPrimitiveValue Method


In This Topic
GetPrimitiveValue Method
In This Topic
Get primitive value from this IValue object.
Syntax
'Declaration
 
Function GetPrimitiveValue( _
   ByVal context As IEvaluationContext _
) As IPrimitiveValue
 
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim value As IPrimitiveValue
 
value = instance.GetPrimitiveValue(context)

Parameters

context

Return Value

An IPrimitiveValue instance referred by this IValue object.
Remarks
After this function is invoked, there is no guarranty that this object keeps unchanged.
See Also