Click or drag to resize

PressureToString(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
A String representation of the measurement raised or lowered, if possible, to the metric exponent specified by exponent.

Implements

IMeasurableToString(MetricExponent)
See Also