开发者

Displaying Greek Characters in a Label (Visual Studio C#)

I have an application that uses google translate to translate words. I need to display Greek words in a label .... is it this possible to show g开发者_JAVA百科reek characters?


You can represent a Unicode character in C# as char c = '\u03BB', where 03BB is the code point you want in hex.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜