string.byte
Returns the given string's characters in their numeric ASCII representation.
string.byte(string: string, start: number, end: number): number
Arguments
Name | Description | Type |
---|---|---|
string | One or more characters to convert. | string |
start | Start index. Defaults to 1 | number |
end | End index. Defaults to start . | number |
Returns number