| AkObjectReplaceTag Method |
替换源字符串中的属性标记。
将源字符串中的属性标记,替换为相应的属性值。
属性标记的格式为:{类型标识.属性标识}。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic virtual string ReplaceTag(
string source
)
Parameters
- source
- Type: SystemString
源字符串。
Return Value
Type:
String处理后的内容。
See Also