Method IsDigit
IsDigit(Rune)
Returns true if a rune is a numerical digit character.
Declaration
public static bool IsDigit(Unicode.Rune r)
Parameters
| Type | Name | Description |
|---|---|---|
| Unicode.Rune | r | The rune. |
Returns
| Type | Description |
|---|---|
| bool | True if the rune is a numerical digit character. |