|
<< 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)
Nullable<IAlarmState> Parse(
string Value
)
Value
Type: String
The string representation of the alarm state to parse.
An IAlarmState object if the parsing is successful; otherwise, null.
BNCS.Logic.Interfaces Namespace