An object of type objType.
The PropertyConverter.ObjectFromString(Type, System.Reflection.MemberInfo, string) method is used to convert a string value to an object.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To convert a string value to an object, use the Parse method for that object if the object provides a Parse method. For example, an int object can be created from a string through the int.Parse(string) method.