ConnectionStringParser.ConvertToPropertyType 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.128 -- Release Build+e642e346f6a184b82d0191f20af9f896bef9bb3d
protected virtual Object? ConvertToPropertyType(
string value,
ConnectionStringParser.ConnectionStringProperty property
)
Protected Overridable Function ConvertToPropertyType (
value As String,
property As ConnectionStringParser.ConnectionStringProperty
) As Object
protected:
virtual Object^ ConvertToPropertyType(
String^ value,
ConnectionStringParser.ConnectionStringProperty^ property
)
function ConvertToPropertyType(value, property);
- value String
- The string value to be converted.
- property ConnectionStringParser.ConnectionStringProperty
- The property used to determine what type to convert to.
ObjectThe given string converted to the type of the given property.