[] (returns a character from the specified position in the C#). Example: char symbol = str[1];
Looked at 9662 times
← Previous topic
IsNullOrWhiteSpace (validates text on null or on text with spaces in the C#). Example: string name = " "; bool bFlag = String.IsNullOrWhiteSpace(name);
Next topic →
Format (text formatting, strings in the C#). Example: string strNew = String.Format("Hello {0}, {1}", name, year);