NevronOpenVision
Nevron.Nov Namespace / NUri Class / TryCombine Method / TryCombine(NUri,NUri,NUri) Method
In This Topic
    TryCombine(NUri,NUri,NUri) Method
    In This Topic
    Tries to create an URI combining the specified base and relative URI instances.
    Syntax
    public static System.bool TryCombine( 
       NUri baseUri,
       NUri relativeUri,
       out NUri result
    )

    Parameters

    baseUri
    relativeUri
    result
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also