Click or drag to resize
CopyrightInfo  Conversion (CopyrightInfo to String)
Converts the copyright instance 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 (
	CopyrightInfo info
)

Parameters

info
Type: X3Platform.CommandLine.TextCopyrightInfo
This CopyrightInfo instance.

Return Value

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