net472_PropertyGridHelpers.Converters_IParsable 1_Parse - dparvin/PropertyGridHelpers GitHub Wiki
Converts the specified string representation into an instance of type T.
public T Parse(string s, IFormatProvider provider = null)
parameter | description |
---|---|
s | The input string to parse. |
provider | An optional format provider, which can be used to apply culture-specific or format-specific parsing rules. |
An instance of T that represents the parsed string.
- interface IParsable<T>
- namespace PropertyGridHelpers.Converters
- assembly PropertyGridHelpers