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