IPAddress.IsValid(ReadOnlySpan<Char>) Methode

Definitie

Bepaalt of de opgegeven periode een geldige IPAddressperiode bevat.

public:
 static bool IsValid(ReadOnlySpan<char> ipSpan);
public static bool IsValid(ReadOnlySpan<char> ipSpan);
static member IsValid : ReadOnlySpan<char> -> bool
Public Shared Function IsValid (ipSpan As ReadOnlySpan(Of Char)) As Boolean

Parameters

ipSpan
ReadOnlySpan<Char>

De tekst die moet worden geparseerd.

Retouren

trueals ipSpan het een geldig IP-adres bevat; anders. false

Van toepassing op