M-Files API 23.11.13135.0
Serialize Method
Collapse All
Expand All
TypedValue Object
: Serialize Method
Description
Serializes the typed value.
Syntax
Visual Basic
Public
Function
Serialize()
As
Byte
()
Return Type
The return value is a byte array containing the serialized typed value.
Remarks
The serialized typed value can be unserialized with the help of the Unserialize method.
See Also
TypedValue Object
|
TypedValue Members