You are here: Start » FIL.NET » Serializer.Read Method

Serializer.Read Method

Reads a single [Out] FilNet::Hash% value from the given buffer.

Namespace:FilNet.Serialization
Assembly:FIL.NET.TS.dll

Syntax

public static void Read
(
	byte[] data,
	out FilNet.Hash value
)

Parameters

Name Type Range Default Description
databyte[]
valueFilNet.Hash

Function Overrides

See also