What does string format do?



What does string format do?..

Answer / Vikash Tiwari

String.Format() method in C# is used to format and display strings by replacing placeholders in the string with values passed as arguments.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How many static constructors are allowed in a class?

1 Answers  


What does string intern do?

1 Answers  


How can you prevent classes to be inherited?

10 Answers   Microsoft, Satyam,


How to generate strong name key file or which command is used to generated strong name key file?

1 Answers   CitiusTech,


What are primitive types in c#?

1 Answers  


Is nullable type c#?

1 Answers  


how to cleanup object that does not support dispose method? How to implement dispose for such scenarios?

2 Answers   ITC Infotech,


Which constructor is called first in c#?

1 Answers  


Can we change static variable value in c#?

1 Answers  


What is window application in c#?

1 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

2 Answers  


Explain static class members.

1 Answers  


Categories