OptionValueConverter<T> sealed class OptionValueConverter<T> : IValueConverter<T>, IValueConverter Documentation Code public int MaxArgs { get; } public int MinArgs { get; } public OptionValueConverter(IValueConverter<T> converter, T default) public bool TryConvert(ICssValue value, Action<T> setResult) public bool Validate(ICssValue value)