Forum Games

Ctrl + V

Submitted by Day, , Thread ID: 7130

Thread Closed

RE: Ctrl + V

15-12-2019, 02:06 PM
#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: 8 Guest(s)