System::String::FromUtf32 メソッド
String::FromUtf32 method
utf32 文字列から String を作成します。
static String System::String::FromUtf32(const uint32_t *utf32, int32_t length)
| パラメーター | 型 | 説明 |
|---|---|---|
| utf32 | const uint32_t * | utf32 でエンコードされた文字列へのポインタ。 |
| length | int32_t | 変換する文字数。 |
ReturnValue
String object representing passed string.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++