[Extension()] public static bool StartsWithAny( string thisString, string str0, string str1, string str2, StringComparison stringComparison )
Parameters
- thisString
- This string.
- str0
- One of the possible start string for thisString.
- str1
- One of the possible start string for thisString.
- str2
- One of the possible start string for thisString.
- stringComparison
- One of the enumeration values that determines how this string is compared to value.