共用方式為


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 值的位元組計數。

傳回

指定之值的字串表示。

適用於