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

Serializer.Read Method

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

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

Syntax

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

Parameters

Name Type Range Default Description
databyte[]
valueFilNet.StringLabel

Function Overrides

See also