Skip to main content

2 docs tagged with "strings"

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.

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

Following our exploration of the basics of C# strings, this article delves into more advanced string manipulation techniques, including string interpolation, composite formatting, and slicing.