Click or drag to resize

TextAssetParserRead Method

Parse data for reading.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override Object Read(
	Type type,
	Object data,
	string path = null
)
Request Example View Source

Parameters

type
Type: SystemType
Type of object expected.
data
Type: SystemObject
The input string or byte-array.
path (Optional)
Type: SystemString
Path to the file.

Return Value

Type: Object
The output object.
Exceptions
ExceptionCondition
NotImplementedExceptionThe parser does not support reading.
See Also