Image Resizer : API Documentation

Type ParseUtils

Namespace ImageResizer.Util

Provides invariant parsing & serialization of primitive types, like Enums, integers, floats, and booleans.

Methods

Fields

Public static methods

Nullable<Color> ParseColor(string value)

Color ParseColor(string value, Color defaultValue)

T ParsePrimitive<T>(string value, T defaultValue)

Nullable<T> ParsePrimitive<T>(string value)

string SerializeColor(Color value)

Public fields

NumberStyles FloatingPointStyle

Defines a parsing style that permits leading/trailing whitespace, a leading negitve/postiive sign, decimal points, exponential notation, and a thousands separator
return NumberStyles