首页 > comp > gb > string > chr$ 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh eo
前一个  下一个  编辑  重命名  撤销  刷新  搜索  管理  
文档
历史
 
String.Chr (gb)
Static Function Chr ( Unicode As Integer ) As String

Static Function Chr$ ( Unicode As Integer ) As String

Returns a character from its Unicode value. It is UTF-8 encoded.

Example

' How to display the 'ni' chinese character
PRINT String.Chr(20320)