[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgDocument.GetNamespaceByPrefix

GetNamespaceByPrefix Method

GetNamespaceByPrefix(string)

Searches for a namespace with a specified prefix.

Declaration
public string GetNamespaceByPrefix(string prefix)
Public Function GetNamespaceByPrefix(prefix As String) As String
Parameters
Type Name Description
string prefix

The prefix to search for.

Returns
Type Description
string

The namespace with the specified prefix, or null.

Exceptions
Type Condition
ArgumentNullException