Skip to main content
All docs
V26.1
  • HyperlinkUriHelper.IsFileUri(String) Method

    Determines whether the specified URI is a file URI.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    Declaration

    public static bool IsFileUri(
        string uri
    )

    Parameters

    Name Type Description
    uri String

    A string that contains the URI to check.

    Returns

    Type Description
    Boolean

    true if the specified URI is a file URI; otherwise, false.

    See Also