Skip to content

M_CommandLine_UnParserExtensions_NormalizeValue

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

UnParserExtensions.NormalizeValue Method

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

Syntax

C#

private static Object NormalizeValue(
	this Object value
)

VB

<ExtensionAttribute>
Private Shared Function NormalizeValue ( 
	value As Object
) As Object

C++

private:
[ExtensionAttribute]
static Object^ NormalizeValue(
	Object^ value
)

F#

[<ExtensionAttribute>]
private static member NormalizeValue : 
        value : Object -> Object 

Parameters

 

value
Type: System.Object

Return Value

Type: Object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

UnParserExtensions Class
CommandLine Namespace

Clone this wiki locally