IsNullConverter Class
Definition
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.
public sealed class IsNullConverter : Microsoft.VisualStudio.PlatformUI.ToBooleanValueConverter<object>
type IsNullConverter = class
inherit ToBooleanValueConverter<obj>
Public NotInheritable Class IsNullConverter
Inherits ToBooleanValueConverter(Of Object)
- Inheritance
Constructors
IsNullConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |
ConvertBack(Boolean, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ToBooleanValueConverter<TSource>) |