Test additional content header

OptionTPrimitiveString Property

Formatted string representation of the Option Enum 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
String representation of underlying Enum value.

Implements

IValuePrimitiveString

Remarks

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

See Also