Skip to main content
Log in

Mojo function

ascii

ascii(value: String) -> String

Get the ASCII representation of the object.

Args:

  • ​value (String): The object to get the ASCII representation of.

Returns:

A string containing the ASCII representation of the object.

Was this page helpful?