M

UnitFormatUtils.TryParse

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