<Code Lib>
M

UnitFormatUtils.TryParse(Units, ForgeTypeId, String, ValueParsingOptions, Double)

Description:
Parses a formatted string into a number with units if possible.

public static bool TryParse(
	Units units,
	ForgeTypeId specTypeId,
	string stringToParse,
	ValueParsingOptions valueParsingOptions,
	out double value
)

Return Value bool True if the string can be parsed, false otherwise.

Loading…