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.147 -- Release Build+d3f457d1afd6b6837224ebfb5072200d9cbf1b16
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.