Nevron.Nov Namespace / NUriHelpers Class
Methods


In This Topic
    NUriHelpers Class Members
    In This Topic

    The following tables list the members exposed by NUriHelpers.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a Base64 data URI string using the encoded data of the given image or encoding it to PNG if it is not already encoded. Returns null if the image serialization fails.  
    Public Methodstatic (Shared in Visual Basic)Gets the data of the given data URI.  
    Public Methodstatic (Shared in Visual Basic)Gets the local path of the given file URI in the specified path notation. Works only for absolute URIs.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Checks whether the given string represents a data URI.  
    Public Methodstatic (Shared in Visual Basic)Checks whether the given URI represents is an HTTP or an HTTPS resource.  
    Public Methodstatic (Shared in Visual Basic)Gets the fragment of the given URI no matter if it's an absolute or a relative URI.  
    Public Methodstatic (Shared in Visual Basic)Gets the local path of the given file URI in the specified path notation. Works for relative URIs, too. Returns an empty string if it couldn't get the local path of the URI.  
    Public Methodstatic (Shared in Visual Basic)Returns the absolute path or the given URI if it is an absolute URI or its original string if it is a relative URI.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the local path of the given URI.  
    Public Methodstatic (Shared in Visual Basic)Tries to get an URI for the given Unix path.  
    Public Methodstatic (Shared in Visual Basic)Tries to get an absolute URI (an URL or a data URI) from the given string. If the string represents a relative URI, it is combined with the given base URI in order to resolve it, i.e. to create an absolute URI.  
    Top
    Protected Methods
     NameDescription
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also