OpenTypeMethods.Replace(Object, Object, Object) 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将目标字符串中的一个子字符串替换为另一个子字符串。
public:
static System::Object ^ Replace(System::Object ^ targetString, System::Object ^ substring, System::Object ^ newString);
public static object Replace (object targetString, object substring, object newString);
static member Replace : obj * obj * obj -> obj
Public Shared Function Replace (targetString As Object, substring As Object, newString As Object) As Object
- targetString
- Object
包含要替换的子字符串的字符串。
- substring
- Object
要替换的子字符串。
- newString
- Object
新的子字符串。
用新子字符串替换旧子字符串后得到的新字符串。
产品 | 版本 |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |