Click or drag to resize

SpeedToString(MetricExponent) Method

Converts the numeric value of this instance to its equivalent String representation, using the metric exponent provided if appropriate to the Unit type.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public string ToString(
	MetricExponent exponent
)

Parameters

exponent  MetricExponent
The MetricExponent to use to create a String representation.

Return Value

String

Implements

IMeasurableToString(MetricExponent)
See Also