Skip to content

M_CommandLine_Text_HeadingInfo_op_Implicit

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

HeadingInfo Implicit Conversion (HeadingInfo to String)

Converts the heading to a String.

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

Syntax

C#

public static implicit operator string (
	HeadingInfo info
)

VB

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

C++

static implicit operator String^ (
	HeadingInfo^ info
)

F#

Parameters

 

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

Return Value

Type: String
The String that contains the heading.

See Also

Reference

HeadingInfo Class
CommandLine.Text Namespace

Clone this wiki locally