Representation of a Unicode character as a code point.
| Property | Description |
|---|---|
| value | The code point. |
| Constructor | Description |
|---|---|
| Unicode.Rune | Initializes and returns an instance of Rune. |
| Method | Description |
|---|---|
| Equals | Returns true if the value stored in this Rune is equal to an object. |
| GetHashCode | A hash used for comparisons. |
| LengthInUtf8Bytes | Returns the number of bytes required to encode this rune as UTF-8. |
| Method | Description |
|---|---|
| IsDigit | Returns true if a rune is a numerical digit character. |
| Operator | Description |
|---|---|
| operator != | Evaluates if one is not equal to the other. |
| operator == | Evaluates if one is equal to the other. |
| Rune | Returns a rune. |