BuildCommonUtil.Replace 方法
执行字符串替换。
命名空间: Microsoft.TeamFoundation.Build.Common
程序集: Microsoft.TeamFoundation.Build.Common(在 Microsoft.TeamFoundation.Build.Common.dll 中)
语法
声明
Public Shared Function Replace ( _
original As String, _
pattern As String, _
replacement As String, _
ignoreCase As Boolean _
) As String
public static string Replace(
string original,
string pattern,
string replacement,
bool ignoreCase
)
参数
- original
类型:System.String
原始字符串
- pattern
类型:System.String
替换模式位于原始上
- replacement
类型:System.String
使用的值作为替换
- ignoreCase
类型:System.Boolean
指示是否执行区分大小写的替换
返回值
类型:System.String
使用替换替换模式每个匹配项的原始字符串
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。