Skip to main content

Mojo function

ascii

ascii(value: StringSlice[origin]) -> String

Get the ASCII representation of the object.

Args:

  • value (StringSlice[origin]): The object to get the ASCII representation of.

Returns:

A string containing the ASCII representation of the object.

Was this page helpful?