Skip to content

M_CommandLine_UnParserExtensions_FormatWithQuotesIfString

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

UnParserExtensions.FormatWithQuotesIfString Method

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

Syntax

C#

private static Object FormatWithQuotesIfString(
	Object value
)

VB

Private Shared Function FormatWithQuotesIfString ( 
	value As Object
) As Object

C++

private:
static Object^ FormatWithQuotesIfString(
	Object^ value
)

F#

private static member FormatWithQuotesIfString : 
        value : Object -> Object 

Parameters

 

value
Type: System.Object

Return Value

Type: Object

See Also

Reference

UnParserExtensions Class
CommandLine Namespace

Clone this wiki locally