Edit

Share via


EmptyObjectToObjectConverter.CheckValueIsEmpty(Object) Method

Definition

Checks value for emptiness.

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

Parameters

value
Object

Value to be checked.

Returns

True if value is null, false otherwise.

Applies to