Returns a string containing a single character based on the supplied ASCII value.
char ( i As Integer ) As String
Argument | Type | Description |
---|---|---|
i | Integer | A value between 0 and 65535 representing a Unicode character. |
Intent >char(97) --> "a"
Intent >char(0) --> ""
Intent >char(8482) --> "™"