VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingString Class / IsNullOrEmpty(DrawingString) Method
Syntax Requirements SeeAlso
In This Topic
    IsNullOrEmpty(DrawingString) Method (DrawingString)
    In This Topic
    Returns a value indicating whether the specified string is null or an Empty string.
    Syntax
    'Declaration
    
    Public Shared Function IsNullOrEmpty( _
    ByVal value
    The string to test.
    As DrawingString _
    ) As Boolean
    public static bool IsNullOrEmpty(
    DrawingString value
    )
    public: static bool IsNullOrEmpty(
    DrawingString* value
    )
    public:
    static bool IsNullOrEmpty(
    DrawingString^ value
    )

    Parameters

    value
    The string to test.

    Return Value

    True if the value parameter is null or an empty string; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also