C# Class DD.CBU.CaasDeploy.Library.Utilities.MacroUtilities

Provides utilitiy methods for macros.
Datei anzeigen Open project: DimensionDataCBUSydney/CaaSDeploy

Public Methods

Method Description
IsNested ( string input, Match match ) : bool

Checkes whether the replacement of the supplied token requires quotes.

Method Details

IsNested() public static method

Checkes whether the replacement of the supplied token requires quotes.
public static IsNested ( string input, Match match ) : bool
input string The input.
match System.Text.RegularExpressions.Match The match.
return bool