IsNullOrEmpty

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

 

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.