VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingString Class / IsNullOrWhiteSpace(DrawingString) Method
Syntax Requirements SeeAlso
In This Topic
IsNullOrWhiteSpace(DrawingString) Method (DrawingString)
In This Topic
Returns a value indicating whether a specified string is null, empty, or consists only of white-space characters.
Syntax
'Declaration

Public Shared Function IsNullOrWhiteSpace( _
ByVal value
The string to test.
As DrawingString _
) As Boolean
public static bool IsNullOrWhiteSpace(
DrawingString value
)

Parameters

value
The string to test.

Return Value

True if the value parameter is null or Empty, or if value consists exclusively of white-space characters; otherwise, false.
Requirements

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

See Also