adspace
Please explain the basic string operations used in c#?
Answer Posted / Sumesh Kumar Gangwar
In C#, basic string operations include concatenation (using '+' or '+='), substring extraction (using 'Substring' method), checking length (using 'Length' property), replacing characters ('Replace' method), and comparing strings ('==' operator).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers