System::String::FromUtf32 メソッド

String::FromUtf32 method

utf32 文字列から String を作成します。

static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
パラメーター説明
utf32const uint32_t *utf32 でエンコードされた文字列へのポインタ。
lengthint32_t変換する文字数。

ReturnValue

String object representing passed string.

参照