CommandLineUtilityEscapeArgument Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.CommandLineUtility.EscapeArgument(System.String)"]
Namespace: Scanjour.Workflow4.TestFramework.InternalAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string EscapeArgument(
string argument
)
Public Shared Function EscapeArgument (
argument As String
) As String
public:
static String^ EscapeArgument(
String^ argument
)
static member EscapeArgument :
argument : string -> string
Parameters
- argument String
[Missing <param name="argument"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.CommandLineUtility.EscapeArgument(System.String)"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.CommandLineUtility.EscapeArgument(System.String)"]
See Also