NullConverter Class
Represents the converter that converts objects based on whether the value is nullNothingnullptra null reference (Nothing in Visual Basic). The Convert(Object) method returns an Object based on the specified BooleanConverterMethod parameter.
Namespace:
BytecodeApi.UI.ConvertersAssembly: BytecodeApi.UI (in BytecodeApi.UI.dll)
Syntax
public sealed class NullConverter : ConverterBase<Object, Object>
Public NotInheritable Class NullConverter _ Inherits ConverterBase(Of Object, Object)
public ref class NullConverter sealed : public ConverterBase<Object^, Object^>
Inheritance Hierarchy
MarkupExtension
BytecodeApi.UI..::..ConverterBase<(Of <(<'Object, Object>)>)>
BytecodeApi.UI.Converters..::..NullConverter