标签:des ar color os sp on ad tt res
protected void Page_Load(object sender, EventArgs e)
{
Color color = Color.Red;
string strValue = TypeDescriptor.GetConverter(color).ConvertToString(color);
Response.Write(strValue);
}
标签:des ar color os sp on ad tt res
原文地址:http://www.cnblogs.com/lschenblog/p/4122885.html