ValueExtensions static class ValueExtensions A bunch of useful extension methods. Documentation Code public static bool Is(this IEnumerable<CssToken> value, string expected) public static CssToken OnlyOrDefault(this IEnumerable<CssToken> value) public static float? ToAlphaValue(this IEnumerable<CssToken> value) public static Angle? ToAngle(this IEnumerable<CssToken> value) public static Angle? ToAngleNumber(this IEnumerable<CssToken> value) public static string ToAnimatableIdentifier(this IEnumerable<CssToken> value) public static int? ToBinary(this IEnumerable<CssToken> value) public static Length? ToBorderWidth(this IEnumerable<CssToken> value) public static Color? ToColor(this IEnumerable<CssToken> value) public static string ToCssString(this IEnumerable<CssToken> value) public static Length? ToDistance(this IEnumerable<CssToken> value) public static Frequency? ToFrequency(this IEnumerable<CssToken> value) public static string ToIdentifier(this IEnumerable<CssToken> value) public static int? ToInteger(this IEnumerable<CssToken> value) public static List<List<CssToken>> ToItems(this IEnumerable<CssToken> value) public static Length ToLength(this FontSize fontSize) public static Length? ToLength(this IEnumerable<CssToken> value) public static List<List<CssToken>> ToList(this IEnumerable<CssToken> value) public static string ToLiterals(this IEnumerable<CssToken> value) public static int? ToNaturalInteger(this IEnumerable<CssToken> value) public static float? ToNaturalSingle(this IEnumerable<CssToken> value) public static Percent? ToPercent(this IEnumerable<CssToken> value) public static int? ToPositiveInteger(this IEnumerable<CssToken> value) public static Resolution? ToResolution(this IEnumerable<CssToken> value) public static byte? ToRgbComponent(this IEnumerable<CssToken> value) public static float? ToSingle(this IEnumerable<CssToken> value) public static string ToText(this IEnumerable<CssToken> value) public static Time? ToTime(this IEnumerable<CssToken> value) public static string ToUri(this IEnumerable<CssToken> value) public static int? ToWeightInteger(this IEnumerable<CssToken> value) public static void Trim(this List<CssToken> value)