SpeedToString(String) Method
Converts the numeric value of this instance to its equivalent
String representation,
using the specified format.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public string ToString(
string format
)
- format String
- A format string.
StringThe string representation of the value of this instance as specified by
format.