bool IsNullOrEmpty(string inString)
Description
Determines if a text string is null or "empty" (that is, retruns 'true' if no actual characters are contained in the text string)
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inString | string | Text String |
Return Type
bool
Comments
Please sign in to leave a comment.