次の方法で共有


Conversions.FromCharAndCount(Char, Int32) メソッド

定義

指定されたバイト数の Char 値を文字列に変換します。

public:
 static System::String ^ FromCharAndCount(char Value, int Count);
public static string FromCharAndCount (char Value, int Count);
static member FromCharAndCount : char * int -> string
Public Shared Function FromCharAndCount (Value As Char, Count As Integer) As String

パラメーター

Value
Char

変換する Char 値。

Count
Int32

Char 値のバイト数。

戻り値

指定した値の文字列形式。

適用対象