Click or drag to resize
EvaluationContextCulture Property
Culture under which the expression is evaluated. Important for parsing double / datetime from string constants, etc. EN-US by default.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public string Culture { get; set; }

Property Value

Type: String
See Also