Click or drag to resize
AkParamHasContent Method
判断参数值是否有内容。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public bool HasContent()

Return Value

Type: Boolean
参数值为空字符串时为false、否则为true。
See Also