StructValueConverter<T> sealed class StructValueConverter<T> : IValueConverter where T : struct, IFormattable Documentation Code public StructValueConverter(Func<IEnumerable<CssToken>, T?> converter) public IPropertyValue Construct(CssProperty[] properties) public IPropertyValue Convert(IEnumerable<CssToken> value)