在VB.NET中显示unicode字符

Jay*_*Jay 1 .net vb.net unicode

我无法在VB.NET中显示unicode字符.

我在C#中这样做:string myString ="\ u03A3"; //大写西格玛(总和)

但它在VB中不起作用,我无法找到使其工作的方法.

Joe*_*orn 5

Visual Studio源文件已启用unicode.在大多数情况下,您可以将所需的unicode字符放在源代码中.但如果失败了,试试这个ChrW()功能吧.