Test additional content header

IValuePrimitiveString 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
[JsonPropertyNameAttribute("PrimitiveString")]
string PrimitiveString { get; }

Property Value

String
Inheriting class is responsible of providing an accurate formatting.

Remarks

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

See Also