'Declaration Public Shared Function IsNullOrEmpty( _
ByVal valueThe 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.