2024 Members
Changes 5
M

UnitFormatUtils

Name Return Type Description
M Format(Units, ForgeTypeId, Double, Boolean) The formatted string. Formats a number with units into a string.
M Format(Units, ForgeTypeId, Double, Boolean, FormatValueOptions) The formatted string. Formats a number with units into a string.
M TryParse(Units, ForgeTypeId, String, Double.) bool Parses a formatted string into a number with units if possible.
M TryParse(Units, ForgeTypeId, String, ValueParsingOptions, Double.) bool Parses a formatted string into a number with units if possible.
M TryParse(Units, ForgeTypeId, String, Double., String.) bool Parses a formatted string into a number with units if possible.
M TryParse(Units, ForgeTypeId, String, ValueParsingOptions, Double., String.) bool Parses a formatted string into a number with units if possible.