Dim Str() As ByteStr = StrConv(a, vbFromUnicode)For i = LBound(Str) To UBound(Str)'Str(i) = Str(i) Xor code(i Mod 8)Next這段代碼改成c#的應該怎么寫呢
1 回答

白豬掌柜的
TA貢獻1893條經驗 獲得超10個贊
string[] strs = new string[3];
int h = strs.GetLowerBound(0);
int t = strs.GetUpperBound(0);
strs.GetLowerBound(0);//等于LBound
GetUpperBound(0);//等于UBound
添加回答
舉報
0/150
提交
取消