LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Release Notes
  • Text
    • Overview
  • Boolean Checks
    • Check Text Contents
    • Check Text End
    • Check Text Start
    • Check Regex Match
  • Conversions
    • Convert Character to Number
    • Convert Number to Character
    • Convert Text Date to ISO Format
    • Convert Text to HTML
    • Convert Text to Number
    • Convert Text to Lowercase
    • Convert Text to Titlecase
    • Convert Text to Uppercase
  • Combine Texts
  • Extract Elements from Text
  • Extract Markdown Headings
  • Get Text Length
  • Removal
    • Remove Text Using Regex
    • Remove Text Using Substrings
  • Replacement
  • Splitting
Powered by GitBook
On this page
  • Overview
  • Syntax
  • Data
  • Parameters
  • Examples

Was this helpful?

Export as PDF
  1. Conversions

Convert Character to Number

Convert a character into its corresponding numeric ASCII value.

Last updated 7 days ago

Was this helpful?

Overview

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.

Syntax

the character is "{input}"
convert the character to a number

Data

The table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.

Data Name
Can Be Renamed

the character

No

Parameters

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.

Parameter
Description
Example
Required

input

A single character to convert to a number.

A

Yes

Examples

the character is "A"
convert the character to a number
65
ASCII table