.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

c# - Is it possible to remove an existing registration from Autofac container builder? -

c++ - Warning : overflow in implicit constant conversion -

php - Mysql PK and FK char(36) vs int(10) -