StartsWith
Summary
public bool StartsWith(string what)
Determines if the current pointer location starts with the given string - in a case sensitive manner.
Returns
Parameters
- string what
public bool StartsWith(string what)
Determines if the current pointer location starts with the given string - in a case sensitive manner.