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

    Parameters

    baseUri
    relativeUriString
    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