Edit

Share via


EmptyStringToObjectConverter.CheckValueIsEmpty(Object) Method

Definition

Checks string for emptiness.

protected override bool CheckValueIsEmpty (object value);
override this.CheckValueIsEmpty : obj -> bool
Protected Overrides Function CheckValueIsEmpty (value As Object) As Boolean

Parameters

value
Object

Value to be checked.

Returns

True if value is null or empty string, false otherwise.

Applies to