What is delimiter in c#?



What is delimiter in c#?..

Answer / Priya Kumari

A delimiter in C# is a character (or sequence of characters) used to separate individual components within a single data stream. For example, in a comma-separated values (CSV) file, the comma (,) serves as a delimiter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is bitwise operator in c#?

1 Answers  


What is a delegate in c#?

1 Answers  


What is the difference between list and array in c#?

1 Answers  


What is wpf application in c#?

1 Answers  


Can properties be private in c#?

1 Answers  


Write a program in C# for checking a given number is PRIME or not.

1 Answers  


What is multithreading with .net?

1 Answers  


Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?

1 Answers   Siebel,


Explain About Virtual functions and their use.

1 Answers  


Can scriptable objects have methods?

1 Answers  


What is the difference between array and arraylist c#?

1 Answers  


What is array? What are jagged array ?

1 Answers  


Categories