How to get first char of a string? April 14, 2024 by Tarik Just MyString[0]. This uses the String.Chars indexer.