Class StringExtensions
Inheritance
StringExtensions
Syntax
public static class StringExtensions
Methods
AsEmptyIfNull(String)
Declaration
public static string AsEmptyIfNull(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns
AsNullIfEmpty(String)
Declaration
public static string AsNullIfEmpty(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns
AsNullIfWhitespace(String)
Declaration
public static string AsNullIfWhitespace(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns
IsNotNullOrEmpty(String)
Declaration
public static bool IsNotNullOrEmpty(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns
IsNotNullOrWhitespace(String)
Declaration
public static bool IsNotNullOrWhitespace(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns
IsNullOrEmpty(String)
Declaration
public static bool IsNullOrEmpty(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns
IsNullOrWhitespace(String)
Declaration
public static bool IsNullOrWhitespace(this string self)
Parameters
Type |
Name |
Description |
String |
self |
|
Returns