M-Files API 23.11.13135.0
Unserialize Method
TypedValue Object : Unserialize Method
The serialized typed value to unserialize.
If this parameter is True, the data to be read was written with M-Files 3.0.1627.0 or an older version.
Description
Unserializes the typed value.
Syntax
Visual Basic
Public Sub Unserialize( _
   ByVal Bytes() As Byte, _
   ByVal ReadFromOldSerializingFormat As Boolean _
) 
Parameters
Bytes
The serialized typed value to unserialize.
ReadFromOldSerializingFormat
If this parameter is True, the data to be read was written with M-Files 3.0.1627.0 or an older version.
Remarks
The unserialized typed value can be serialized with the help of the Serialize method.
See Also

TypedValue Object  | TypedValue Members