IAlarmState.Parse Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Interfaces Namespace > IAlarmState Interface > IAlarmState Methods >

IAlarmState.Parse Method

Parses the specified string value to an IAlarmState object.

Namespace: BNCS.Logic.Interfaces
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


Nullable<IAlarmState> Parse(
 string Value
)

Parameters

Value

Type: String
The string representation of the alarm state to parse.

Return Value

An IAlarmState object if the parsing is successful; otherwise, null.

 

See Also


IAlarmState Interface

BNCS.Logic.Interfaces Namespace