ValueToString Method
Returns a string that represents the current value.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override string ToString()
Return Value
StringReturns Name of value as a default implementation.
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.