EmptyStringToObjectConverter.CheckValueIsEmpty(Object) Method
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 string for emptiness.
protected override bool CheckValueIsEmpty (object value);
override this.CheckValueIsEmpty : obj -> bool
Protected Overrides Function CheckValueIsEmpty (value As Object) As Boolean
- value
- Object
Value to be checked.
True if value is null or empty string, false otherwise.