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