[]
Searches for a namespace with a specified prefix.
public string GetNamespaceByPrefix(string prefix)
Public Function GetNamespaceByPrefix(prefix As String) As String
| Type | Name | Description |
|---|---|---|
| string | prefix | The prefix to search for. |
| Type | Description |
|---|---|
| string | The namespace with the specified prefix, or null. |
| Type | Condition |
|---|---|
| ArgumentNullException |