Click or drag to resize
AkDialogCheckMsg Method (String)
检查并处理消息中的特殊字符。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string CheckMsg(
	string msg
)

Parameters

msg
Type: SystemString
信息。

Return Value

Type: String
处理后的信息。
See Also