[]
The converter for converting color to html.
public class HtmlColorConverter : JsonConverter
Name | Description |
---|---|
HtmlColorConverter() |
Name | Description |
---|---|
Instance | Gets the instance of HtmlColorConverter object. |
Name | Description |
---|---|
CanConvert(Type) | A bool value indicates whether the type can be converted. |
ReadJson(JsonReader, Type, object) | Read value from json string. |
WriteJson(JsonWriter, object) | Write value to json string. |