ConnectionStringParserConvertToPropertyType Method
Converts the given string value to the type of the given property.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.141 -- Release Build+5c9dbd2f2730df0f8dc5227c6e017997f7ed23ad
function ConvertToPropertyType(value, property);
- value String
- The string value to be converted.
- property ConnectionStringParserConnectionStringProperty
- The property used to determine what type to convert to.
ObjectThe given string converted to the type of the given property.