Conversions.FromCharAndCount(Char, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在提供位元組計數下,將 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
值的位元組計數。
傳回
指定之值的字串表示。