string和Color的转换

//string转Color

(Color)ColorConverter.ConvertFromString((string)str);

//Color转string

((Color)value).ToString();

相关文章: