CSharpTest.Net
TryParseNameValue Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > ArgumentList Class : TryParseNameValue Method

argument
name
value

Glossary Item Box

Attempts to parse a name value pair from '/name=value' format

Syntax

Visual Basic (Declaration) 
Public Shared Function TryParseNameValue( _
   ByVal argument As String, _
   ByRef name As String, _
   ByRef value As String _
) As Boolean
C# 
public static bool TryParseNameValue( 
   string argument,
   out string name,
   out string value
)

Parameters

argument
name
value

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys