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

    Show / Hide Table of Contents

    DoReplace Method

    DoReplace(String, String, SearchOptions, Match)

    Declaration
    protected MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match)
    Parameters
    Type Name Description
    String text
    String replaceWith
    SearchOptions options
    Match match
    Returns
    Type Description
    MessageBoxResult

    DoReplace(String, String, SearchOptions, Match, ref Boolean)

    Declaration
    protected virtual MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match, ref bool yesToAll)
    Parameters
    Type Name Description
    String text
    String replaceWith
    SearchOptions options
    Match match
    Boolean yesToAll
    Returns
    Type Description
    MessageBoxResult

    DoReplace(String, String, SearchOptions, Regex, Boolean)

    Declaration
    protected bool DoReplace(string str, string replaceWith, SearchOptions options, Regex expr, bool silent)
    Parameters
    Type Name Description
    String str
    String replaceWith
    SearchOptions options
    Regex expr
    Boolean silent
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Copyright AlterNET Software Download PDF