Answer the following statements true (T) or false (F)
1) When setting the length of a StringBuilder to a length that's shorter than
the current one, an ArgumentOutOfRangeException is thrown.
2) Exceeding the capacity of a StringBuilder causes the program to throw an
OutOfRangeException.
3) Method Append is used to add the string representation of various data
type values to the end of a StringBuilder.
4) Method Append can be used only on the primitive data types.
5) Method AppendFormat can be used to format objects with spaces or
using proper mathematical notations.
1) F
2) F
3) T
4) F
5) T
You might also like to view...
Bold, italic, and underline are examples of ________
A) font styles. B) paragraph symbols. C) themes. D) objects.
In which panel does speech analysis appear?
What will be an ideal response?
A(n) ____________________ is the top portion of a design and is usually the first thing people notice when looking at a Web page.
Fill in the blank(s) with the appropriate word(s).
Match each of the following terms with its best conceptual description:I.Nested FunctionII.ANDIII.ORIV.NOTV.IFA.False = trueB.At least one condition must be met for a true returnC.All conditions must be met for a true returnD.Tests conditions to process decisionsE.Use the results of one function as an argument in another
Fill in the blank(s) with the appropriate word(s).