Class Boolean
A Value representing a boolean value.
Inherited Members
Namespace: IPA.Config.Data
Assembly: IPA.Loader.dll
Syntax
public sealed class Boolean : Value
Properties
| Improve this Doc View SourceValue
The actual value fo this Boolean object.
Declaration
public bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
| Improve this Doc View SourceToString()
Converts this Value into a human-readable format.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | the result of |