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) |