[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.GetPrefixByNamespace

GetPrefixByNamespace Method

GetPrefixByNamespace(string)

Searches for a prefix associated with a specified namespace.

Declaration
public string GetPrefixByNamespace(string ns)
Public Function GetPrefixByNamespace(ns As String) As String
Parameters
Type Name Description
string ns

The namespace to search for.

Returns
Type Description
string

The prefix associated with the specified namespace, or null.

Exceptions
Type Condition
ArgumentNullException