c#将字符串转换为表格(更容易使用表格,如命令)

时间:2017-01-03 15:52:08

标签: c# command

是否有任何c#lib转换字符串如linux命令? 例如:

myCommand -t 123 -s string -ff "string string string"

给我输出

["myCommand"]=>{
  ["t"]=123,
  ["s"]="string",
  ["ff"]="string string string"
}

和示例如何使用:)

0 个答案:

没有答案