Class StringExtensions
extension method to find whether the string contains WhiteSpace or not
Inheritance
System.Object
StringExtensions
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public static class StringExtensions : Object
Methods
IsNullOrWhiteSpace(String)
Return true if if String is Null or WhiteSpace
Declaration
public static bool IsNullOrWhiteSpace(this string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type |
---|
System.Boolean |