ConnectionStringParserConvertToPropertyType Method

Converts the given string value to the type of the given property.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.141 -- Release Build+5c9dbd2f2730df0f8dc5227c6e017997f7ed23ad
protected virtual Object? ConvertToPropertyType(
	string value,
	ConnectionStringParserConnectionStringProperty property
)

Parameters

value  String
The string value to be converted.
property  ConnectionStringParserConnectionStringProperty
The property used to determine what type to convert to.

Return Value

Object
The given string converted to the type of the given property.

See Also