Click or drag to resize

PegByteParserSetSource Method

Sets the current source data.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetSource(
	byte[] src
)

Parameters

src  Byte
The source data.
See Also