You are here: Symbol Reference > Stimulsoft.Base Namespace > StiLexer Class > StiLexer Methods > ReplaceWithNotEqualPrefix Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiLexer.ReplaceWithNotEqualPrefix Method

Replaces all occurrences of a specified String, with another specified string. Before oldValue must not follow specified prefix - string.

Syntax
C++
C#
Visual Basic
public: void ReplaceWithNotEqualPrefix( StiTokenType 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.