Test additional content header

ValuePrimitiveString Property

Formatted string representation of the primitive value.

Definition

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

Property Value

String
Inheriting class is responsible of providing an accurate formatting.

Implements

IValuePrimitiveString

Remarks

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

See Also