TestimoX

API Reference

Class

AuditFlagParser

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers static

Parses audit flags from common serialized forms.

Inheritance

  • Object
  • AuditFlagParser

Methods

public static Boolean TryParse(Object value, out AuditFlag flags) #
Returns: Boolean

Attempts to parse an AuditFlag from a value that may be an enum, numeric, or string representation.

Parameters

value System.Object requiredposition: 0
Incoming value to parse.
flags ComputerX.Audit.AuditFlag@ requiredposition: 1
Parsed flags when successful.

Returns

true when the value can be parsed; otherwise false.