C# String IsNullOrWhiteSpace()The C# IsNullOrWhiteSpace() method is used to check whether the specified string is null, or consists only of white-space characters. It returns boolean value either True or False. SignatureParameterstr: it is a string parameter which is used to check null, white-space in string. ReturnIt returns boolean value. C# String IsNullOrWhiteSpace() Method ExampleOutput: False True True Next TopicC# String Join() |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India