RandomNumberGenerator.GetString(ReadOnlySpan<Char>, Int32) メソッド

定義

選択肢からランダムに選択された文字が設定された文字列を作成します。

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

パラメーター

choices
ReadOnlySpan<Char>

文字列の設定に使用する文字。

length
Int32

返される文字列の長さ。

戻り値

ランダムな選択肢が設定された文字列。

例外

choices が空です。

length が 0 または正の数値ではありません。

適用対象