ConfigurationUtils Class Methods
For a list of all members of this type, see ConfigurationUtils members.
Public Methods
Name | Description | |
---|---|---|
ConvertFromString<T> | Convert From String | |
ConvertToArray<T> | Converts string to an array | |
ConvertToDoubleArray | Convert from text value to IEnumerable DOUBLE | |
ConvertToIntArray | Convert from text value to IEnumerable INT | |
ConvertToLogicalArray | Convert from text value to IEnumerable BOOL | |
ConvertToString<T> | Convert a templated object into a string. | |
ConvertToTextArray | Enumerates convert to text array in this collection. | |
SafeConvertFromString<T> | Convert From String |
See Also