IMeasurableToString(String, MetricExponent) Method
Converts the numeric value of this instance to its equivalent
String representation,
using the specified format and metric exponent.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
string ToString(
string format,
MetricExponent exponent
)
- format String
- A format string.
- exponent MetricExponent
- The MetricExponent to use to create
a String representation.
StringThe string representation of the value of this instance as specified by
format and raised or lowered,
if possible, to the metric exponent specified by
exponent.