Skip to main content

Mojo function

ascii

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

Get the ASCII representation of the object.

Args:

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

Returns:

String: A string containing the ASCII representation of the object.

Was this page helpful?