API Reference
Class
AuditFlagParser
Parses audit flags from common serialized forms.
Inheritance
- Object
- AuditFlagParser
Methods
public static Boolean TryParse(Object value, out AuditFlag flags) #Returns:
BooleanAttempts to parse an AuditFlag from a value that may be an enum, numeric, or string representation.
Parameters
- value System.Object
- Incoming value to parse.
- flags ComputerX.Audit.AuditFlag@
- Parsed flags when successful.
Returns
true when the value can be parsed; otherwise false.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object