'Declaration Public Shared Function IsNullOrWhiteSpace( _
ByVal valueThe string to test.As DrawingString _
) As Boolean
public static bool IsNullOrWhiteSpace(
DrawingString value
)
public: static bool IsNullOrWhiteSpace(
DrawingString* value
)
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.