Skip to content

M_CommandLine_Text_HelpText_GetMaxValueLength

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

HelpText.GetMaxValueLength Method

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

Syntax

C#

private int GetMaxValueLength(
	ValueSpecification spec
)

VB

Private Function GetMaxValueLength ( 
	spec As ValueSpecification
) As Integer

C++

private:
int GetMaxValueLength(
	ValueSpecification^ spec
)

F#

private member GetMaxValueLength : 
        spec : ValueSpecification -> int 

Parameters

 

spec
Type: CommandLine.Core.ValueSpecification

Return Value

Type: Int32

See Also

Reference

HelpText Class
CommandLine.Text Namespace

Clone this wiki locally