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