|
ConnectionStringParserToXML Method
|
Converts a connection string to XML.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
SyntaxPublic Shared Function ToXML (
connectionString As String
) As XElement
GSF.Configuration.ConnectionStringParser.ToXML = function(connectionString);
View SourceParameters
- connectionString String
- The connection string to be converted to XML.
Return Value
XElementThe XML root element converted from the connection string.
Exceptions
See Also