C 一些顏色函式

2022-03-02 11:21:52 字數 550 閱讀 7990

1.fromhtml  要轉換的 html 色彩字串表示,轉換成顏色

public static color fromhtml(string htmlcolor);

如下使用: system.drawing.color c = system.drawing.colortranslator.fromhtml("#c37e00");

2.fromname 通過預先定義色彩的字串,生成顏色

預先定義色彩 的字串,system.drawing.knowncolor 列舉型別元素的名稱

使用如下: c = system.drawing.color.fromname(knowncolor.darkblue.tostring());

3.fromargb 通過argb得到顏色

使用如下:c = system.drawing.color.fromargb(233, 225, 4, 5);

4.tohtml通過顏色 得到相應的16進製制字串

string strcolor = system.drawing.colortranslator.tohtml(c);

GIT命令中加一些顏色

wind wind 8d87f56371 master cdc project cdcm ui git config global color.status auto wind wind 8d87f56371 master cdc project cdcm ui git config global ...

C 一些實用的函式

1.datetime 轉為unix的long的時間戳 long ordertime order.addtime.tounixtimestamp milliseconds long paytime order.starttime.value.tounixtimestamp milliseconds 2...

C 一些實用的函式

1.datetime 轉為unix的long的時間戳 long ordertime order.addtime.tounixtimestamp milliseconds long paytime order.starttime.value.tounixtimestamp milliseconds 2...