Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Values
T
Primitive
String 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
C#
Copy
View Source
public
virtual
string
PrimitiveString
{
get
; }
Property Value
String
Inheriting class is responsible of providing an accurate formatting.
Implements
IValue
PrimitiveString
Remarks
Use this property for graph rendering purposes to have a consistent user-freindly representation of a value.
See Also
Reference
Values
T
Class
Fluent.Calculations.Primitives.Collections Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also