Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HyperlinkForm Class / IsUriAddress Method


In This Topic
    IsUriAddress Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsUriAddress( _
       ByVal text As String _
    ) As Boolean
    'Usage
     
    
    Dim text As String
    Dim value As Boolean
     
    value = HyperlinkForm.IsUriAddress(text)
    public static bool IsUriAddress( 
       string text
    )

    Parameters

    text
    See Also