ResponseResult.Deserialize Method

DCSoft.DBUtilityGeneric

ResponseResultDeserialize Method
Deserializes the specified message.

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

Parameters

message
Type: SystemString
The message.

Return Value

Type: ResponseResult
ResponseResult.
See Also