.net - Display unicode chars in VB.NET -
i can't manage display unicode characters in vb.net.
i'm doing in c#: string mystring = "\u03a3"; //upper case sigma (sum)
but doesn't work in vb , can't find way make work.
visual studio source files unicode enabled.  in cases, can put unicode character want right in source.  failing that, try chrw() function.
Comments
Post a Comment