Class PresentationExtensionMethods
Inheritance
PresentationExtensionMethods
Assembly: Benday.Presentation.dll
Syntax
public static class PresentationExtensionMethods
Methods
|
Edit this page
View Source
CaseInsensitiveContains(string, string, StringComparison)
Declaration
public static bool CaseInsensitiveContains(this string text, string value, StringComparison stringComparison = StringComparison.CurrentCultureIgnoreCase)
Parameters
Returns
|
Edit this page
View Source
IsNull(string)
Declaration
public static bool IsNull(this string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Returns
|
Edit this page
View Source
IsNullOrWhitespace(string)
Declaration
public static bool IsNullOrWhitespace(this string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Returns