Parses the text with data of the block and his children.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
DataBlockDataBlock if the block has been parsed; otherwise,
null.
Remarks
See Also