Description:
Create from Length and UnitSystem
Syntax:
Parameters:
- length
- Type: double
- Numeric length value
- us
- Type: UnitSystem
- Unit system
- format
- Type: StringFormat
- localeId
- Type: uint
Returns:
Type: LengthValue
Available since:
6.0
Description:
Create from Length and UnitSystem
Syntax:
Parameters:
- length
- Type: double
- Numeric length value
- us
- Type: UnitSystem
- Unit system
- format
- Type: StringFormat
Returns:
Type: LengthValue
Available since:
6.0
Description:
Create from string
Syntax:
Parameters:
- s
- Type: string
- string to parse
- ps
- Type: StringParserSettings
- parsedAll
- Type: bool
- True if the whole string was parsed
Returns:
Type: LengthValue
Available since:
6.0