M

UnitFormatUtils.TryParse

Description:
Parses a formatted string into a number with units if possible.
Overloads (4):
TryParse(Units,UnitType,String,ValueParsingOptions,Double,String)
public static bool TryParse(
	Units units,
	UnitType unitType,
	string stringToParse,
	ValueParsingOptions valueParsingOptions,
	out double value,
	out string message
)
Return Value bool True if the string can be parsed, false otherwise.