Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Extensions Class / GetValue Method / GetValue(IReadonlyPrimitiveValue,IEvaluationContext,Boolean) Method
The value of an IReadonlyPrimitiveValue instance.
The evaluation context to get value from reference.
true if the original object value won't be converted to primitive value; otherwise, false.


In This Topic
    GetValue(IReadonlyPrimitiveValue,IEvaluationContext,Boolean) Method
    In This Topic
    Gets the value of an IReadonlyPrimitiveValue instance as object.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetValue( _
       ByVal value As IReadonlyPrimitiveValue, _
       Optional ByVal context As IEvaluationContext, _
       Optional ByVal directValue As Boolean _
    ) As Object
    'Usage
     
    
    Dim value As IReadonlyPrimitiveValue
    Dim context As IEvaluationContext
    Dim directValue As Boolean
    Dim value As Object
     
    value = Extensions.GetValue(value, context, directValue)

    Parameters

    value
    The value of an IReadonlyPrimitiveValue instance.
    context
    The evaluation context to get value from reference.
    directValue
    true if the original object value won't be converted to primitive value; otherwise, false.

    Return Value

    An object represents the value of an IReadonlyPrimitiveValue instance.
    See Also