Click or drag to resize
AkObjectReplaceTag Method
替换源字符串中的属性标记。

将源字符串中的属性标记,替换为相应的属性值。

属性标记的格式为:{类型标识.属性标识}。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual string ReplaceTag(
	string source
)

Parameters

source
Type: SystemString
源字符串。

Return Value

Type: String
处理后的内容。
See Also