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 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:
DataBlockDataBlock if the block has been parsed; otherwise,
null.
Remarks See Also