TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C# strings
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (3)
David Mccarter (1)
Yogeshkumar Hadiya (1)
Jin Necesario (1)
Related resources for C# strings
No resource found
Comparing Strings with Globalization and Performance in .NET
4/15/2024 11:44:26 AM.
Efficiently compare strings in .NET considering globalization for culture-aware operations. Optimize performance by selecting appropriate StringComparison and CultureInfo options, ensuring accurate an
6 Effective Ways To Concatenate Strings In C#
10/28/2023 11:56:13 AM.
Code examples of the most effective ways to concatenate strings in C#.
Convert char array to string in C#
2/21/2023 12:22:11 PM.
How to Convert char array to string using C#. The string class constructor takes an array of characters to create a new string from an array of characters.
Convert Byte Array To String In C#
2/9/2023 8:10:49 AM.
Learn to convert a C# byte array to a string in C# and .NET Core. Code example included.
Reverse Words In A String In C#
11/7/2022 6:24:29 AM.
Given a string s, reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.
Playing With C# Strings Instance Methods
11/12/2019 7:55:40 AM.
String manipulation is one of the favorite subjects of developers when learning C#. In this article, we are going to focus on string instance methods. We might not cover every method, but most of the