• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    GetWordAt Method

    GetWordAt(IStringItem, Int32, out Int32, out Int32)

    Checks word accordingly to specified conditions.

    Declaration
    public virtual bool GetWordAt(IStringItem item, int pos, out int left, out int right)
    Parameters
    Type Name Description
    IStringItem item

    IStringItem where word should be checked.

    Int32 pos

    Position to check.

    Int32 left

    Receives start character number of the word.

    Int32 right

    Receives end character number of the word.

    Returns
    Type Description
    Boolean

    True if succeed; otherwise false.

    In This Article
    Back to top Copyright AlterNET Software Download PDF