GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / GetNamespaceUri Method
must not be null
In This Topic
    GetNamespaceUri Method
    In This Topic
    Look up the namespace URI for a prefix string.
    Syntax
    public virtual string GetNamespaceUri( 
       string prefix
    )

    Parameters

    prefix
    must not be null

    Return Value

    the URI String, if known; null if prefix is null
    Remarks
    See Also