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

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

5 Likes