Method IsBoundary
IsBoundary(Int32)
Returns true if the specified character offset is a text boundary.
Declaration
public abstract bool IsBoundary(int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | the character offset to check. |
Returns
Type | Description |
---|---|
System.Boolean |
|