Converts the numeric value of this instance to its equivalent string representation.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString As String
C#
public override string ToString ()
C++
public:
virtual String^ ToString () override

Return Value

The string representation of the value of this instance.