Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
C# Programming

Level
Question
**1) String - Length of a string
**2) String - Extracting a substring
**3) String - Finding a substring
**4) String - Testing the start
****5) String - Using functions in combination
**6) Number Functions

C#

These methods may be used on String.
String testsString functions
EndsWith
Equals
StartsWith
  
Concat
IndexOf
LastIndexOf
length
ReplaceAll
Split
Substring
ToLower
ToUpper
Trim

The String class is part of System.