Click or drag to resize

ConnectionSettingsToString Method

Creates and returns a string representation of the current ConnectionSettings object.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public override string ToString()

Return Value

Type: String
A string representation of the current object.
Remarks
The format is "PropertyName=Value" separated by newlines.
See Also