|
ConnectionStringParserToXML Method
|
Converts a connection string to XML.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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