Table of Contents

Class NonNullableValueTypeConverter

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Converts a non-nullable value type to its corresponding nullable value type.

public class NonNullableValueTypeConverter : IValueConverter
Inheritance
NonNullableValueTypeConverter
Implements

Methods

Convert(object, Type, object, CultureInfo)

Converts the specified value to the target type.

ConvertBack(object, Type, object, CultureInfo)

Converts the specified value back to the original non-nullable value type.