Convert a value to a different type.
Usage
convert( value: str, to: type, ) -> int convert( value: int, to: type, ) -> str
value
The value to convert.
to=str
Target type.
int or str
Converted value.