ConfigValueType Type
The runtime type of a configuration variable's value
Union cases
| Union case |
Description
|
Full Usage:
BoolType
|
Boolean value (accepts true/false/1/0) |
Full Usage:
CustomType(typeName, validate)
Parameters:
string
validate : string -> string option
|
Custom type with validation function (typeName, validator that returns error message on failure)
|
Full Usage:
FloatType
|
Float/double value |
Full Usage:
IntType
|
Integer value |
Full Usage:
StringType
|
String value (default) |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBoolType
Returns: bool
|
|
Full Usage:
this.IsCustomType
Returns: bool
|
|
Full Usage:
this.IsFloatType
Returns: bool
|
|
Full Usage:
this.IsIntType
Returns: bool
|
|
Full Usage:
this.IsStringType
Returns: bool
|
|
UnionConfig