Test additional content header

ConditionPrimitiveString Property

Formatted string representation of underlying boolean value.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override string PrimitiveString { get; }

Property Value

String
"True" if true, "False" if false.

Implements

IValuePrimitiveString

Remarks

Use this property for graph rendering purposes to have a consistent user-freindly representation of the value.

See Also