[]
Detects if the IVS characters are encoded at the specified position.
public static bool IsIvs(this string text, int index)
Type | Name | Description |
---|---|---|
string | text | The text to check. |
int | index | The index in the text. |
Type | Description |
---|---|
bool |
|