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