FlexReport for WinForms
ReplaceIdent メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > StringParser クラス : ReplaceIdent メソッド
Replaces identifier with specified string. All text within quotes is ignored, chars which defines quotes specified in the prms.Quotes array, set it to null if you want replace identifier even if it is within quotes.
シンタックス
'宣言
 
Public Shared Function ReplaceIdent( _
   ByVal s As System.String, _
   ByVal ident As System.String, _
   ByVal newStr As System.String, _
   ByVal prms As StringParser.Params _
) As System.String
'使用法
 
Dim s As System.String
Dim ident As System.String
Dim newStr As System.String
Dim prms As StringParser.Params
Dim value As System.String
 
value = StringParser.ReplaceIdent(s, ident, newStr, prms)
public static System.string ReplaceIdent( 
   System.string s,
   System.string ident,
   System.string newStr,
   StringParser.Params prms
)

パラメータ

s
ident
newStr
prms
参照

参照

StringParser クラス
StringParser メンバ