Method StartsWithCharacter
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
StartsWithCharacter(string, char)
Tests whether given string starts with given character.
public static bool StartsWithCharacter(this string s, char c)
Parameters
Returns
- bool
Whether the supplied string starts with supplied character.