Interface IStringConverter
- Namespace
- Loehnert.Lisrt.Modules.Configuration
- Assembly
- Loehnert.Lisrt.Modules.dll
Interface for a converter from and to string.
public interface IStringConverter
- Extension Methods
Methods
ConvertToObject(string, Type)
object ConvertToObject(string value, Type type)
Parameters
Returns
ConvertToString(object)
Convert the value of an object to string.
string ConvertToString(object value)