Method ToUpperASCIIFast
ToUpperASCIIFast(char)
Get uppercase version of this ASCII character.
Declaration
public static char ToUpperASCIIFast(char c)
Parameters
Type | Name | Description |
---|---|---|
char | c |
Returns
Type | Description |
---|---|
char |
ToUpperASCIIFast(uint)
Get uppercase version of this ASCII character.
Declaration
public static uint ToUpperASCIIFast(uint c)
Parameters
Type | Name | Description |
---|---|---|
uint | c |
Returns
Type | Description |
---|---|
uint |