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

Serializer.Read Method

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

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

Syntax

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

Parameters

Name Type Range Default Description
databyte[]
valueFilNet.ProfileEdge

Function Overrides

See also