private string AlwaysAString(object o) { return o.ToString() ?? ""; } [edit]Bah! No, that'll throw a null reference exception... C#.
確定! 回上一頁