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