Appearance
bool String.StartsWith(string, string)
Returns whether the first string begins with the second string
string - The stringstring - The segment to look for
string
bool - True if the first string starts with the second string
bool