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

Definición

Crea una cadena rellenada con caracteres elegidos aleatoriamente a partir de las opciones.

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

Parámetros

choices
ReadOnlySpan<Char>

Caracteres que se van a usar para rellenar la cadena.

length
Int32

Longitud de la cadena que se va a devolver.

Devoluciones

Cadena rellenada con opciones aleatorias.

Excepciones

choices está vacía.

length no es cero ni un número positivo.

Se aplica a