What is the result?
Decimal pricePerOunce = 17.36m;
String s = String.Format("The current price is {0} per ounce.",
pricePerOunce);
This quiz covers most common string formatting and datetime formatting methods
What is the result?
Decimal pricePerOunce = 17.36m;
String s = String.Format("The current price is {0} per ounce.",
pricePerOunce);
© 2017 QuizBucket.org