|
M
Format(Units, UnitType, Double, Boolean, Boolean)
|
The formatted string.
|
Formats a number with units into a string.
|
|
M
Format(Units, UnitType, Double, Boolean, Boolean, FormatValueOptions)
|
The formatted string.
|
Formats a number with units into a string.
|
|
M
TryParse(Units, UnitType, String, Double.)
|
bool
|
Parses a formatted string into a number with units if possible.
|
|
M
TryParse(Units, UnitType, String, ValueParsingOptions, Double.)
|
bool
|
Parses a formatted string into a number with units if possible.
|
|
M
TryParse(Units, UnitType, String, Double., String.)
|
bool
|
Parses a formatted string into a number with units if possible.
|
|
M
TryParse(Units, UnitType, String, ValueParsingOptions, Double., String.)
|
bool
|
Parses a formatted string into a number with units if possible.
|