[]
Gets Is URI address.
public static bool IsUriAddress(string text)
Public Shared Function IsUriAddress(text As String) As Boolean
Type | Name | Description |
---|---|---|
string | text | The text. |
Type | Description |
---|---|
bool | true if is Uri address; false otherwise |