as2fm.as2fm_common.common.string_to_value
- as2fm.as2fm_common.common.string_to_value(value_str: str, value_type: Type[bool | int | float | MutableSequence[int] | MutableSequence[float]]) bool | int | float | MutableSequence[int] | MutableSequence[float]
Convert a string to a value of the desired type.