[]
Is Unicode of the text string.
public static bool IsUnicode(string text)
Public Shared Function IsUnicode(text As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The text string. |
| Type | Description |
|---|---|
| bool | True if the text string is Unicode, otherwise false. |