How to represent Unicode Chr Code in VB.Net String literal? - Stack Overflow
I know you can put unicode character codes in a VB.Net string like this: str = Chr(&H0030) & "More text" I would like to know how I can put the char code right into the ......