RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..IsNullOrEmpty Method

Determines whether a string is null or empty.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static bool IsNullOrEmpty(
	this string value
)
<ExtensionAttribute> _
Public Shared Function IsNullOrEmpty ( _
	value As String _
) As Boolean
[ExtensionAttribute]
public:
static bool^ IsNullOrEmpty(
	String^ value
)

Parameters

value
Type: String
The value.

Return Value

true if [is null or empty] [the specified value]; otherwise, false.