← Previous topic
IsNullOrEmpty (checks the text for blank or for null in the C#). Example: string name = "Hello World!"; bool bFlag = String.IsNullOrEmpty(name);
Next topic →
[] (returns a character from the specified position in the C#). Example: char symbol = str[1];