IMeasurableToString(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.

Definition

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

Parameters

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

Return Value

String
A String representation of the measurement raised or lowered, if possible, to the metric exponent specified by exponent.

See Also