Test additional content header

ValueToString Method

Returns a string that represents the current value.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override string ToString()

Return Value

String
Returns Name of value as a default implementation.

Remarks

Derived types are responsible of implementating prefered string representation. Primary use case is readability in Debug View, to make user fiendly representation leverage PrimitiveString property.

See Also