System::String::FromAscii メソッド
コンテンツ
[
隠れる
]String::FromAscii(const char *) method
ASCII 文字列から String を作成します。
static String System::String::FromAscii(const char *asciiStr)
| パラメーター | 型 | 説明 |
|---|---|---|
| asciiStr | const char * | ASCII コードページでエンコードされた null 終端文字列へのポインタ。 |
ReturnValue
String object representing passed string.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromAscii(const char *, int) method
ASCII 文字列から String を作成します。
static String System::String::FromAscii(const char *asciiStr, int len)
| パラメーター | 型 | 説明 |
|---|---|---|
| asciiStr | const char * | ASCII コードページでエンコードされた文字列へのポインタ。 |
| len | int | 処理する文字数。 |
ReturnValue
String object representing passed string.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromAscii(const std::string&) method
ASCII 文字列から String を作成します。
static String System::String::FromAscii(const std::string &asciiStr)
| パラメーター | 型 | 説明 |
|---|---|---|
| asciiStr | const std::string& | ASCII エンコードされた文字列。 |
ReturnValue
String object representing passed string.
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++