MCQs > IT & Programming > DotNet Using VB > What output will be generated by the following code? Dim sb As New StringBuilder(10) sb.AppendFormat('1234567890123') Console.WriteLine(sb.Capacity)

DotNet Using VB MCQs

What output will be generated by the following code?
Dim sb As New StringBuilder(10)
        sb.AppendFormat("1234567890123")
        Console.WriteLine(sb.Capacity)

Answer

Correct Answer: Some value equal to or larger than 13

Explanation:

Note: This Question is unanswered, help us to find answer for this one

DotNet Using VB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

DotNet Using VB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it