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