Show / Hide Table of Contents

Class PresentationExtensionMethods

Inheritance
object
PresentationExtensionMethods
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.Presentation
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
Type Name Description
string text
string value
StringComparison stringComparison
Returns
Type Description
bool
| Edit this page View Source

IsNull(string)

Declaration
public static bool IsNull(this string text)
Parameters
Type Name Description
string text
Returns
Type Description
bool
| Edit this page View Source

IsNullOrWhitespace(string)

Declaration
public static bool IsNullOrWhitespace(this string text)
Parameters
Type Name Description
string text
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com