.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

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -