Skip to main content

One doc tagged with "string-literals"

View all tags

Fundamental Data Types in C#: Strings (Part 1)

Following our exploration of C#'s numeric data types, this article delves into working with text using the string data type. Strings are fundamental to almost any application, and C# provides a rich set of features for working with them.