menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StringExtensions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StringExtensions

    extension method to find whether the string contains WhiteSpace or not

    Inheritance
    System.Object
    StringExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public static class StringExtensions

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved