C#Convert.ToInt16(String)C等效

coc*_*her 1 c c# unsigned signed

什么是C#的Convert.ToInt16(String)方法的C等价物?在我的情况下,我的字符串是一个char数组.谢谢

小智 5

你可以试试atoi.