net472_PropertyGridHelpers.Converters_IParsable 1_Parse - dparvin/PropertyGridHelpers GitHub Wiki

IParsable<T>.Parse method

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.

Return Value

An instance of T that represents the parsed string.

See Also

⚠️ **GitHub.com Fallback** ⚠️