IPNetwork.Parse(ReadOnlySpan<Char>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit la représentation spécifiée ReadOnlySpan<T> d’une char
adresse IP et une longueur de préfixe en son IPNetwork équivalent.
public static Microsoft.AspNetCore.HttpOverrides.IPNetwork Parse (ReadOnlySpan<char> networkSpan);
static member Parse : ReadOnlySpan<char> -> Microsoft.AspNetCore.HttpOverrides.IPNetwork
Public Shared Function Parse (networkSpan As ReadOnlySpan(Of Char)) As IPNetwork
Paramètres
- networkSpan
- ReadOnlySpan<Char>
ReadOnlySpan<T> de char
à convertir, en notation CIDR.
Retours
Équivalent IPNetwork à l’adresse IP et à la longueur de préfixe contenues dans networkSpan
.
Exceptions
Le format de networkSpan
est incorrect.
La longueur de préfixe contenue dans networkSpan
est hors limites.