You are here: Symbol Reference > Stimulsoft.Base Namespace > StiLexer Class > StiLexer Methods > ReplaceWithPrefix Method > ReplaceWithPrefix Method (string, string, string)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiLexer.ReplaceWithPrefix Method (string, string, string)

Replaces all occurrences of a specified String, with another specified string. Before oldValue must follow specified prefix - string. Replacing is produced with provision for tokens.

Syntax
C++
C#
Visual Basic
public: void ReplaceWithPrefix( string prefix, string oldValue, string newValue );
Parameters
Parameters 
Description 
prefix 
Prefix - string. 
oldValue 
A String to be replaced. 
newValue 
A String to replace all occurrences of oldValue. 
Returns

Replaced string.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.