algonim
Preparing search index...
gif/Gif
toAscii
Function toAscii
toAscii
(
str
:
string
)
:
number
Returns
charCodeAt(0) & 0x7f
, which allows only ASCII characters.
Parameters
str
:
string
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
algonim
Loading...
Returns
charCodeAt(0) & 0x7f, which allows only ASCII characters.