Method SetDelimiterKeyValuePair
| Improve this Doc View SourceSetDelimiterKeyValuePair(Char)
Sets the delimiter that separates an assignment of a value to a key.
Declaration
public IEnvLoader SetDelimiterKeyValuePair(char separator)
Parameters
Type | Name | Description |
---|---|---|
Char | separator | The character that separates the key-value pair. |
Returns
Type | Description |
---|---|
IEnvLoader | An instance implementing the fluent interface. |