How to Convert Char Array to String in C#

added by DotNetKicks
12/21/2021 9:07:04 PM

652 Views

In this article, we're going to talk about the char type, and explore options to convert char array to string in C#. The char type keyword is an alias for the .NET System.Char structure type that represents a Unicode UTF-16 character. .NET System.Char array stores string data.


0 comments