Ed2kFilelinkIsValidLink Method
Determine whether the specified eD2K link has a valid syntax.
Namespace: DevCase.Core.Networking.Peer2PeerAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsValidLink(
string link
)
Public Shared Function IsValidLink (
link As String
) As Boolean
Dim link As String
Dim returnValue As Boolean
returnValue = Ed2kFilelink.IsValidLink(link)
public:
static bool IsValidLink(
String^ link
)
static member IsValidLink :
link : string -> bool
No code example is currently available or this language may not be supported.
- link String
-
The eD2K link.
Boolean
True if the specified eD2K link has a valid syntax, otherwise, False.