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

    Show / Hide Table of Contents

    DoReplaceAll Method

    DoReplaceAll(String, String, SearchOptions, Regex, out Int32)

    Declaration
    protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count)
    Parameters
    Type Name Description
    String str
    String replaceWith
    SearchOptions options
    Regex expr
    Int32 count
    Returns
    Type Description
    Boolean

    DoReplaceAll(String, String, SearchOptions, Regex, out Int32, out Boolean)

    Declaration
    protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count, out bool abort)
    Parameters
    Type Name Description
    String str
    String replaceWith
    SearchOptions options
    Regex expr
    Int32 count
    Boolean abort
    Returns
    Type Description
    Boolean
    In This Article
    Back to top Copyright AlterNET Software Download PDF