Click or drag to resize

PegByteParserChar Method

Overload List
 NameDescription
Public methodChar(Byte) Matches the specified byte literal.
Public methodChar(Byte) Matches the specified byte sequence.
Public methodChar(Byte, Byte) Matches the specified two-byte literal.
Public methodChar(Byte, Byte, Byte) Matches the specified three-byte literal.
Public methodChar(Byte, Byte, Byte, Byte) Matches the specified four-byte literal.
Public methodChar(Byte, Byte, Byte, Byte, Byte) Matches the specified five-byte literal.
Public methodChar(Byte, Byte, Byte, Byte, Byte, Byte) Matches the specified six-byte literal.
Public methodChar(Byte, Byte, Byte, Byte, Byte, Byte, Byte) Matches the specified seven-byte literal.
Public methodChar(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) Matches the specified eight-byte literal.
Top
See Also