RandomNumberGenerator.GetString(ReadOnlySpan<Char>, Int32) 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.
Crée une chaîne remplie de caractères choisis au hasard parmi les choix.
public:
static System::String ^ GetString(ReadOnlySpan<char> choices, int length);
public static string GetString (ReadOnlySpan<char> choices, int length);
static member GetString : ReadOnlySpan<char> * int -> string
Public Shared Function GetString (choices As ReadOnlySpan(Of Char), length As Integer) As String
Paramètres
- choices
- ReadOnlySpan<Char>
Caractères à utiliser pour remplir la chaîne.
- length
- Int32
Longueur de la chaîne à retourner.
Retours
Chaîne remplie avec des choix aléatoires.
Exceptions
choices
est vide.
length
n’est pas zéro ou un nombre positif.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.