Click or drag to resize

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.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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