Overload List
| Name | Description | |
|---|---|---|
| Parse(String) | Creates SmartValue by its string representation.  | |
| Parse(String, IFormatProvider) | Creates SmartValue by its string representation, with the use of FormatProvider for reading values.  | |
| Parse(String, NumberStyles, IFormatProvider) | Creates SmartValue by its string representation, with the use of NumberStyle and FormatProvider.  |