Conversions.FromCharArray(Char[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 Char 陣列轉換成字串。
public:
static System::String ^ FromCharArray(cli::array <char> ^ Value);
public static string FromCharArray (char[] Value);
static member FromCharArray : char[] -> string
Public Shared Function FromCharArray (Value As Char()) As String
參數
- Value
- Char[]
要進行轉換的 Char
陣列。
傳回
指定之陣列的字串表示。