Formats the value of the current instance 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
The String specifying the format to use.
-or-
to use the default format.
Return Value
Type:
StringA
String containing the value of the current instance in the specified format.
Reference