.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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

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