String..::..IsNullOrEmpty Method
Indicates whether the specified string is null or an Empty string.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsNullOrEmpty( string value )
<TemplateAttribute> _ Public Shared Function IsNullOrEmpty ( _ value As String _ ) As Boolean
[TemplateAttribute] public: static bool^ IsNullOrEmpty( String^ value )
Parameters
- value
- Type: System..::..String
The string to test.