Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Condition
Primitive
String Property
Formatted string representation of underlying boolean value.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
override
string
PrimitiveString
{
get
; }
Property Value
String
"True" if true, "False" if false.
Implements
IValue
PrimitiveString
Remarks
Use this property for graph rendering purposes to have a consistent user-freindly representation of the value.
See Also
Reference
Condition Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also