StringEmptyConverterMethod Enumeration
Specifies the method that is used to check String values for emptiness.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Members
Member name | Description | |
---|---|---|
NotNullOrEmpty | Checks the String value for emptiness and returns trueTruetruetrue (True in Visual Basic), if the String is nullNothingnullptra null reference (Nothing in Visual Basic) or String; otherwise, falseFalsefalsefalse (False in Visual Basic). | |
NotNullOrWhiteSpace | Checks the String value for emptiness and returns trueTruetruetrue (True in Visual Basic), if the String is nullNothingnullptra null reference (Nothing in Visual Basic), String, or consists only of white-space characters; otherwise, falseFalsefalsefalse (False in Visual Basic). |