Click or drag to resize

LayoutToString Method

Creates and returns a string serialization of this Layout.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public override string ToString()

Return Value

Type: String
the serialization of this Layout.
Remarks

The serialization consists of a sequence of three or more text lines. The first line is called the version and starts with the sequence "VR:". The last line is called the checksum and starts with the sequence "CS:". The lines between the version and the checksum lines represent layout fields in the following format:

type:length[.scale]:name[:default]
See Also