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

args

Glossary Item Box

The 'more' correct escape/join for arguments

Syntax

Visual Basic (Declaration) 
Public Shared Function EscapeArguments( _
   ByVal ParamArray args() As String _
) As String
C# 
public static string EscapeArguments( 
   params string[] args
)

Parameters

args

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
System.ArgumentOutOfRangeExceptionThe exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.

Requirements

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

See Also

Generated with Document! X 2011 by Innovasys