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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static DataBlock Parse(
	byte[] data,
	bool cloneDataArray,
	out string error
)

Parameters

data
Type: SystemByte
The data.
cloneDataArray
Type: SystemBoolean
error
Type: SystemString
The information on an error.

Return Value

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