How can you sort the elements of the array in descending order?
Answer Posted / payal mehta
We can use Sort property for that.A string that contains
the column name followed by "ASC" (ascending) or "DESC"
(descending). Columns are sorted ascending by default.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the namespace for the thread class?
What is lock statement in C#?
Is c# and c same?
How many bytes is a long c#?
Does c# replace c++?
How do destructors and garbage collection work in c#?
Why do I get a syntax error when trying to declare a variable called checked?
What is asynccallback c#?
What is concrete method in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is literal in c#?
How do I create a dbml file?
What is a generic c#?
What is the difference between system.string and system.text.stringbuilder classes?
What is a method signature in c#?