[]
Represents a converter that converts a nullable value to an index. Returns -1 if the value is null.
public class NullableIndexConverter : IValueConverter
Name | Description |
---|---|
NullableIndexConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts a nullable value to an index. |
ConvertBack(object, Type, object, CultureInfo) | Converts a value back to its original form. |