Class Config.ValidatorBoolean
User value validator for bool
Inheritance
System.Object
Config.ValidatorBoolean
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.FixEngine.Configuration
Assembly: FixAntenna.Configuration.dll
Syntax
public class ValidatorBoolean : Config.IValidator
Constructors
ValidatorBoolean()
Declaration
public ValidatorBoolean()
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Valid(String)
Declaration
public virtual bool Valid(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
System.Boolean |