ExtensionMethods..::..IsNullOrEmpty Method
Determines whether a string is null or empty.
Namespace:
RingSoft.DataEntryControls.EngineAssembly: RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)
Syntax
<ExtensionAttribute> _ Public Shared Function IsNullOrEmpty ( _ value As String _ ) As Boolean
[ExtensionAttribute] public: static bool^ IsNullOrEmpty( String^ value )
Parameters
- value
- Type: String
The value.