Convert Character to Number
Convert a character into its corresponding numeric ASCII value.
Last updated
Was this helpful?
Convert a character into its corresponding numeric ASCII value.
Last updated
Was this helpful?
This operation allows you to convert a single character into its corresponding numeric value based on the . ASCII is a standard encoding scheme where numbers represent specific characters, such as letters, digits, and symbols.
The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
the character
No
Parameters are placeholders for data. Refer to the table below for details on each parameter in this operation. In the syntax, replace parameters with your own values.
input
A single character to convert to a number.
A
Yes