str2num

Type: External

Group: char

Syntax

number = str2num( string )

Description

Convert strings into numbers

Notes

.

Examples

str2num("hello 12") returns [104, 101, 108, 108, 111, 32, 49, 50]

See Also

num2str