Click or drag to resize

LayoutToString Method

Creates and returns a string serialization of this Layout.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
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