StringEmptyConverter Class
Represents the converter that converts String values based on String emptiness. The Convert(String) method returns an Object based on the specified StringEmptyConverterMethod and BooleanConverterMethod parameters.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Syntax
public sealed class StringEmptyConverter : ConverterBase<string, Object>
Public NotInheritable Class StringEmptyConverter _ Inherits ConverterBase(Of String, Object)
public ref class StringEmptyConverter sealed : public ConverterBase<String^, Object^>
Inheritance Hierarchy
MarkupExtension
BytecodeApi.UI..::..ConverterBase<(Of <(<'String, Object>)>)>
BytecodeApi.UI.Converters..::..StringEmptyConverter