RandomNumberGenerator.GetString(ReadOnlySpan<Char>, Int32) Méthode

Définition

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 à