Hi, for the classic String-Type i often use something like Encodings.UTF8.chr(7898). Is there a native way for the new Text-Type as well (couldn’t find one)?
best, Thomas
Hi, for the classic String-Type i often use something like Encodings.UTF8.chr(7898). Is there a native way for the new Text-Type as well (couldn’t find one)?
best, Thomas
That’s 1EDA in hex so just use &u1EDA.
dim t as text = Text.FromUnicodeCodepoint(7898)