Method | Description | |
---|---|---|
DoCommandTextSubsitutions ( this stringToBeSearchedIn, string>.IDictionary |
||
EscapeQuotesForXenClientWrite ( this stringToBeEscaped ) : string | ||
FindKey ( string>.this |
||
First ( this |
||
IsValidFilePath ( this path ) : bool | ||
SplitOnNewLine ( this stringToBeSplit ) : IEnumerable |
||
ToHexString ( this stringToBeHexed ) : string | ||
ValidateAndClean ( this |
||
Value ( this |
Method | Description | |
---|---|---|
CheckGuid ( string guidString ) : bool |
public static DoCommandTextSubsitutions ( this stringToBeSearchedIn, string>.IDictionary |
||
stringToBeSearchedIn | this | |
subsitutionPattens | string>.IDictionary | |
return | string |
public static EscapeQuotesForXenClientWrite ( this stringToBeEscaped ) : string | ||
stringToBeEscaped | this | |
return | string |
public static FindKey ( string>.this |
||
lookup | string>.this | |
value | string | |
return | string |
public static First ( this |
||
listOfStrings | this |
|
return | string |
public static IsValidFilePath ( this path ) : bool | ||
path | this | |
return | bool |
public static SplitOnNewLine ( this stringToBeSplit ) : IEnumerable |
||
stringToBeSplit | this | |
return | IEnumerable |
public static ToHexString ( this stringToBeHexed ) : string | ||
stringToBeHexed | this | |
return | string |
public static ValidateAndClean ( this |
||
listOfGuids | this |
|
return | IEnumerable |
public static Value ( this |
||
listOfStrings | this |
|
return | string |