ResponseResult.Parse Method

DCSoft.DBUtilityGeneric

ResponseResultParse Method
解析返回结果中的状态标志位

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static bool Parse(
	string message
)

Parameters

message
Type: SystemString
The message.

Return Value

Type: Boolean
true if XXXX, false otherwise.
See Also