EmptyObjectToObjectConverter.CheckValueIsEmpty(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.