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
How can we sort the elements of the array in descending order?
What are verbatim strings in c#?
What is boxing in c#?
When To use HashTable In C#
Differentiate between dataset and datareader?
Define boxing and unboxing in c#?
What is or operator in c#?
What is thread and explain states of a thread in c#?
What is byte c#?
Can you use foreach iteration on arrays in c#?
Wht executescaler method is used?
When do you generally use a class over a struct?
Describe a Struct ?
What is the adv of using System.Text.StringBuilder over System.String?
Explain the mechanism of VB.NET/C# achieve polymorphism?