Click or drag to resize

ApplicationMessageArgsToMessageStatusCode Method

Translates the status (string) to a status code.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static ApplicationMessageArgsMessageStatusCode ToMessageStatusCode(
	string status
)

Parameters

status
Type: SystemString
The status text.

Return Value

Type: ApplicationMessageArgsMessageStatusCode
The corresponding enumeration value, else unknown.
See Also