Method IsInvisibleCharToTheLeft
IsInvisibleCharToTheLeft(string, int, out int)
Determines invisible characters in the given text to the left of the specified position.
public static bool IsInvisibleCharToTheLeft(string text, int pos, out int len)
Parameters
textstringText to process.
posintPosition to check.
lenintReceives length of the invisible character sequence.
Returns
- bool
True if the match is successful; otherwise false.