Click or drag to resize

PegByteParserChar(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) Method

[Missing <summary> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Char(
	byte c1,
	byte c2,
	byte c3,
	byte c4,
	byte c5,
	byte c6,
	byte c7,
	byte c8
)

Parameters

c1  Byte

[Missing <param name="c1"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c2  Byte

[Missing <param name="c2"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c3  Byte

[Missing <param name="c3"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c4  Byte

[Missing <param name="c4"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c5  Byte

[Missing <param name="c5"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c6  Byte

[Missing <param name="c6"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c7  Byte

[Missing <param name="c7"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

c8  Byte

[Missing <param name="c8"/> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Main.PegParser.PegByteParser.Char(System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)"]

See Also