Method CreateConnectionInfo

CreateConnectionInfo(string?)

Creates a connection info from its XML representation

Declaration
public static IConnectionInfo? CreateConnectionInfo(string? xmlRepresentation)
Parameters
Type Name Description
string xmlRepresentation

The XML representation of the connection info to create

Returns
Type Description
IConnectionInfo

The created connection info (or null in case the XML representation could not be parsed)

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next