What is stringreader in c#?



What is stringreader in c#?..

Answer / Prashant Kashandhan

StringReader is a class in C# that allows reading characters from a string as if it were an input stream. It provides methods for reading characters, peeking at the next character without reading it, and determining the current position of the stream.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between readkey and readline in c#?

1 Answers  


In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?

7 Answers   Microsoft,


What are controls in c#?

1 Answers  


Explain About Virtual functions and their use.

1 Answers  


Explain nullable types in c#?

1 Answers  


Is c# front end or back end?

1 Answers  


What are types in c#?

1 Answers  


How do you serialize an object?

1 Answers  


Value Type and Reference Type Data type in C#?

1 Answers   HCL,


Does the variables of a private class-level inherited?

1 Answers   Siebel,


What is a multicast delegate in c#?

1 Answers  


What are the Types of assemblies that can be created in dotnet

1 Answers  


Categories