| | Name | Description |
|---|
 | IChar(Byte) |
Matches the specified byte literal case-insensitively.
|
 | IChar(Byte) |
Matches the specified byte sequence case-insensitively.
|
 | IChar(Byte, Byte) |
Matches the specified two-byte literal case-insensitively.
|
 | IChar(Byte, Byte, Byte) |
Matches the specified three-byte literal case-insensitively.
|
 | IChar(Byte, Byte, Byte, Byte) |
Matches the specified four-byte literal case-insensitively.
|
 | IChar(Byte, Byte, Byte, Byte, Byte) |
Matches the specified five-byte literal case-insensitively.
|
 | IChar(Byte, Byte, Byte, Byte, Byte, Byte) |
Matches the specified six-byte literal case-insensitively.
|
 | IChar(Byte, Byte, Byte, Byte, Byte, Byte, Byte) |
Matches the specified seven-byte literal case-insensitively.
|