M

UnitFormatUtils.TryParse

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