如果我這樣做時刻字符串長度
// Default implementation of UNIX time of the current UTC time
TimeSpan ts = DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, 0);
string myResult = "";
myResult = Convert.ToInt64(ts.TotalSeconds).ToString();
什麼是myResult的最大字符串長度,並且它總是相同的大小?
你爲什麼需要知道? – 2010-12-11 07:55:42
@KarlKnechtel正因爲Neo需要知道兔子洞有多遠才決定是否服用紅色藥丸或藍色藥丸。 – 2015-03-10 13:48:50