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

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

Syntax

Visual Basic (Declaration)
Public Function ToString ( _
	format As String _
) As String
C#
public string ToString (
	string format
)
C++
public:
String^ ToString (
	String^ format
)

Parameters

format (System.String)
A format string.

Return Value

The string representation of the value of this instance.

Exceptions

ExceptionCondition
FormatExceptionformat is invalid.