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