Click or drag to resize

PegByteParserIChar Method

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