How can I get back the original string after I converted it to codeunits?

How can I get back the original string after I converted it to codeunits, e.g. f(codeunits("test")) = "test" ?

Note that the poster on Slack cannot see your response here on Discourse. Consider answering the question there or pinging the poster here on Discourse so they see the reponse.
(Original message :slack:)

1 Like

The answer turned out to be String: String(codeunits("test")) == "test"

5 Likes