'Declaration Public Function GetPrefixByNamespace( _ ByVal ns As System.String _ ) As System.String
public System.string GetPrefixByNamespace( System.string ns )
Parameters
- ns
- The namespace to search for.
Return Value
The prefix associated with the specified namespace, or a null reference (Nothing in Visual Basic).