Inner Drive Extensible Architecture
C#
Show/Hide TOC
Compound
Unit
To
String Method
Gets the
String
representation of this
CompoundUnit
.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
override
string
ToString
()
Return Value
String
A
String
containing the name of the
Unit
.
Remarks
The default implementation returns the
NamePlural
of
FirstUnit
and
Name
of
SecondUnit
.
See Also
Reference
CompoundUnit Class
InnerDrive.Quantitative Namespace
In This Article
Definition
Remarks
See Also