Click or drag to resize

DataBlockParse Method

Parses the text with data of the block and his children.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static DataBlock Parse(
	byte[] data,
	bool cloneDataArray,
	out string error
)

Parameters

data  Byte
The data.
cloneDataArray  Boolean
error  String
The information on an error.

Return Value

DataBlock
DataBlock if the block has been parsed; otherwise, null.
Remarks
For convenience of loading of blocks there is auxiliary class DataBlockUtility.
See Also