String..::..IsNullOrWhiteSpace Method
Indicates whether a specified string is null, empty, or consists only of white-space characters.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsNullOrWhiteSpace( string value )
<TemplateAttribute> _ Public Shared Function IsNullOrWhiteSpace ( _ value As String _ ) As Boolean
[TemplateAttribute] public: static bool^ IsNullOrWhiteSpace( String^ value )
Parameters
- value
- Type: System..::..String
The string to test.