In order to parse a 0x prefixed hex literal you need to use the Convert.ToInt32(string value, int fromBase) method instead: ...
確定! 回上一頁