Click or drag to resize

ConnectionStringParserConvertToPropertyType Method

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

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
protected virtual Object ConvertToPropertyType(
	string value,
	ConnectionStringParserConnectionStringProperty property
)
View Source

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