Click or drag to resize

PegByteParserNotOneOf Method

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


Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool NotOneOf(
	byte[] s
)

Parameters

s  Byte

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

Return Value

Boolean

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

See Also