public interface IFormattable { string ToString (string format, IFormatProvider formatProvider); } ... Here, "C" is a format string that indicates currency, ...
確定! 回上一頁