Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / GetNamespaceByPrefix Method
The prefix to search for.

In This Topic
    GetNamespaceByPrefix Method
    In This Topic
    Searches for a namespace with a specified prefix.
    Syntax
    'Declaration
     
    Public Function GetNamespaceByPrefix( _
       ByVal prefix As System.String _
    ) As System.String
    public System.string GetNamespaceByPrefix( 
       System.string prefix
    )

    Parameters

    prefix
    The prefix to search for.

    Return Value

    The namespace with the specified prefix, or a null reference (Nothing in Visual Basic).
    Exceptions
    ExceptionDescription
    The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
    See Also