Converts the numeric value of this instance to its
equivalent string representation using the specified
format.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string ToString(
string format
)
Public Function ToString (
format As String
) As String
public:
String^ ToString(
String^ format
)
member ToString :
format : string -> string
Parameters
- format
- Type: SystemString
A format string.
Return Value
Type:
StringThe string representation of the value of this instance.
Reference