FormIt.StringConversion namespace.
Functions | |
json | LinearValueToString (val, forceImperialFeetInchesOrMeter, bMaintainUnitType, includeUnitsAndThousandsSeparators, decimalPlaces) |
Convert a linear value to a string. | |
json | StringToLinearValue (val, forceFeetOrMeter, bMaintainUnitType) |
Convert a string to a linear value. | |
json | AreaValueToString (val, forceFeetOrMeter) |
AreaValueToString converts an area value to a string Parameters: In: val In: forceFeetOrMeter Out: { unitValue } | |
json | StringToAreaValue (val, forceFeetOrMeter, bMaintainUnitType) |
StringToAreaValue converts a string to an area value If bMaintainUnitType is true, the value will be in the units of the model. | |
json | VolumeValueToString (val, forceFeetOrMeter) |
VolumeValueToString converts a volume value to a string Parameters: In: val In: forceFeetOrMeter Out: { unitValue } | |
json | StringToVolumeValue (val, forceFeetOrMeter, bMaintainUnitType) |
StringToVolumeValue converts a string to a volume value If bMaintainUnitType is true, the value will be in the units of the model. | |