Test additional content header

NumberToString Method

Returns a string that represents the current Number.

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
Return Name of the Number.

Remarks

Don't use for rendering results, use PrimitiveString property instead. This method support concise presentation in Debug View.

See Also