Inner Drive Extensible Architecture
C#
Show/Hide TOC
Mass
To
String(String, Metric
Exponent) Method
Converts the numeric value of this instance to its equivalent
String
representation, using the specified format and metric exponent.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
string
ToString
(
string
?
format
,
MetricExponent
exponent
)
Parameters
format
String
A format string.
exponent
MetricExponent
The
MetricExponent
to use to create a
String
representation.
Return Value
String
The string representation of the value of this instance as specified by
format
.
Implements
IMeasurable
ToString(String, MetricExponent)
See Also
Reference
Mass Structure
ToString Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also