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 As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal 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 ,
System.string ,
System.string ,
StringParser.Params
)
パラメータ
- s
- ident
- newStr
- prms
参照