Click or drag to resize
HeadingInfo  Conversion (HeadingInfo to String)
Converts the heading to a String.

Namespace: X3Platform.CommandLine.Text
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static implicit operator string (
	HeadingInfo info
)

Parameters

info
Type: X3Platform.CommandLine.TextHeadingInfo
This HeadingInfo instance.

Return Value

Type: String
The String that contains the heading.
See Also