Table of Contents

Method IsInvisibleCharToTheRight

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

IsInvisibleCharToTheRight(string, int, out int)

Determines invisible characters in the given text to the right of the specified position.

public static bool IsInvisibleCharToTheRight(string text, int pos, out int len)

Parameters

text string

Text to process.

pos int

Position to check.

len int

Receives length of the invisible character sequence.

Returns

bool

True if the match is successful; otherwise false.