| 1279 | to_boolean(''str''):: |
| 1280 | returns the string argument as a boolean [''since 16110''] |
| 1281 | to_byte(''str''):: |
| 1282 | returns the string argument as a byte [''since 16110''] |
| 1283 | to_short(''str''):: |
| 1284 | returns the string argument as a short [''since 16110''] |
| 1285 | to_int(''str''):: |
| 1286 | returns the string argument as a int [''since 16110''] |
| 1287 | to_long(''str''):: |
| 1288 | returns the string argument as a long [''since 16110''] |
| 1289 | to_float(''str''):: |
| 1290 | returns the string argument as a float [''since 16110''] |
| 1291 | to_double(''str''):: |
| 1292 | returns the string argument as a double [''since 16110''] |