PointDConverter.ConvertFromInvariantString Method
Include Protected Members
Include Inherited Members
Converts the value to a type of this converter, using the invariant culture.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
ConvertFromInvariantString(String)
Converts the given string to the type of this converter, using the invariant culture. (Inherited from TypeConverter.)
ConvertFromInvariantString(ITypeDescriptorContext, String)
Converts the given string to the type of this converter, using the invariant culture and the specified context. (Inherited from TypeConverter.)
Top