Test additional content header

ValuesTPrimitiveString Property

Formatted string representation of the Primitive value

Definition

Namespace: Fluent.Calculations.Primitives.Collections
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 a value.

See Also