What is parse method in c#?



What is parse method in c#?..

Answer / Vijay Shukla

The Parse() method in C# converts a string representation of a type (such as a number or date) into its equivalent type. It throws an exception if the conversion fails.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can an int be negative c#?

1 Answers  


Can var be null c#?

1 Answers  


WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 Answers  


What are the drawbacks of extending an interface as opposed to extending a class?

1 Answers  


Explain the process of inheriting a class into another class?

1 Answers  


Is ram a heap?

1 Answers  


What is the predicate of a sentence?

1 Answers  


Explain the 3 types of properties in c# with an example?

1 Answers  


What are the ways to deploy an assembly?

2 Answers   Siebel Systems, Visual Soft,


What is written in c#?

1 Answers  


What are the types of constructors?

1 Answers  


What are methods c#?

1 Answers  


Categories