| AkCommonReplace Method (String, String, Object, Boolean) |
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string Replace(
string input,
string pattern,
Object replacement,
out bool found
)
Parameters
- input
- Type: SystemString
要搜索匹配的字符串。 - pattern
- Type: SystemString
要匹配的字符串。 - replacement
- Type: SystemObject
替换数据。 - found
- Type: SystemBoolean
是否发现匹配项。
Return Value
Type:
String替换处理后的字符串。
See Also