C#: how to get first char of a string? October 13, 2022 by Tarik Just MyString[0]. This uses the String.Chars indexer.