Method RemoveBank
RemoveBank(String)
Removes a bank from the list of known banks.
Declaration
public static bool RemoveBank(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The id of the bank defintion to remove. |
Returns
Type | Description |
---|---|
System.Boolean | True if the item was removed, false if it was not found. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown if the id of the |
RemoveBank(String)
Removes a bank from the list of known banks.
Declaration
public static bool RemoveBank(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The id of the bank defintion to remove. |
Returns
Type | Description |
---|---|
System.Boolean | True if the item was removed, false if it was not found. |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown if the id of the |