Method | Description | |
---|---|---|
Contains ( this expression, string value, System.StringComparison comparisonType ) : bool |
Specifies whether a string contains another string dependent on the given comparison enumeration.
|
|
IsValidVirtualPathName ( this expression ) : bool |
Checks the string to see whether the value is a valid virtual path name.
|
|
ToMd5Fingerprint ( this expression ) : string |
Creates an MD5 fingerprint of the String.
|
public static Contains ( this expression, string value, System.StringComparison comparisonType ) : bool | ||
expression | this | The |
value | string | The string value to search for. |
comparisonType | System.StringComparison | The string comparer to determine comparison rules. |
return | bool |
public static IsValidVirtualPathName ( this expression ) : bool | ||
expression | this | The |
return | bool |
public static ToMd5Fingerprint ( this expression ) : string | ||
expression | this | The |
return | string |