Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

#689
if (decimalPlaces > 0) formatString += ":0.";
for (int i = 0; i < decimalPlaces; i++) formatString += "0";
formatString += "}";
if (showType) formatString += byteType;
return string.Format(formatString, newBytes);

Users browsing this thread: 23 Guest(s)