今天聽朋友說到個面試題:不用現有方法,把string轉換成int型
就試著寫了一下,沒有考慮負數的情況,看的朋友可以自己試一下,也不難.
view plain
using system;
using system.collections.generic;
using system.text;
namespace stringtoint
else
", n);
} }
} private
static
int transtoint(string str)
else
nreturn += narray[i];
} }
if (!nreturn.tostring().equals(str))//如果數字超出int型範圍
return nreturn;
} }
}
String所有方法
char charat int index 返回指定索引處的 char 值。int compareto object o 把這個字串和另乙個物件比較。int compareto string anotherstring 按字典順序比較兩個字串。int comparetoignorecase stri...
String轉換方法
1.getbytes 把字串轉換為位元組陣列 string的getbytes 方法是得到乙個作業系統預設的編碼格式的位元組陣列。這個表示在不同情況下,返回的東西不一樣.string.getbytes string decode 方法會根據指定的decode編碼返回某字串在該編碼下的 byte陣列表示...
String的所有方法,屬性總結
anchor 函式返回以當前字串物件作為錨文字 以指定字串作為錨點 name屬性值 的a標籤字串。var str google搜尋引擎 document.writeln str.anchor g google搜尋引擎 charatcharat 函式返回指定位置字元。var str abcdefg c...