Skip to content

M_CommandLine_Text_CopyrightInfo_op_Implicit

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

CopyrightInfo Implicit Conversion (CopyrightInfo to String)

Converts the copyright instance to a String.

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static implicit operator string (
	CopyrightInfo info
)

VB

Public Shared Widening Operator CType ( 
	info As CopyrightInfo
) As String

C++

static implicit operator String^ (
	CopyrightInfo^ info
)

F#

Parameters

 

info
Type: CommandLine.Text.CopyrightInfo
This CopyrightInfo instance.

Return Value

Type: String
The String that contains the copyright.

See Also

Reference

CopyrightInfo Class
CommandLine.Text Namespace

Clone this wiki locally