Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcEvaluator Class / EvaluatorCulture Property


In This Topic
    EvaluatorCulture Property
    In This Topic
    Represents the CultureInfo which used to evaluate functions
    Syntax
    'Declaration
     
    Public Shared Property EvaluatorCulture As CultureInfo
    'Usage
     
    Dim value As CultureInfo
     
    CalcEvaluator.EvaluatorCulture = value
     
    value = CalcEvaluator.EvaluatorCulture
    public static CultureInfo EvaluatorCulture {get; set;}
    See Also