Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public abstract int Replace( string given, string replace, bool caseSensitive, bool wholeWord )
Public MustOverride Function Replace ( given As String, replace As String, caseSensitive As Boolean, wholeWord As Boolean ) As Integer
public: virtual int Replace( String^ given, String^ replace, bool caseSensitive, bool wholeWord ) abstract
abstract Replace : given : string * replace : string * caseSensitive : bool * wholeWord : bool -> int