Class TextUtils
Contains text utility methods.
Inheritance
System.Object
TextUtils
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class TextUtils
Methods
IsWholeWord(String, Int32, Int32)
Determines if substring of the text with given start and len parameters is a whole word.
Declaration
public static bool IsWholeWord(string str, int start, int len)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | str | The text. |
| System.Int32 | start | Start position. |
| System.Int32 | len | Length. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if substring is a whole word. |