طريقة System::String::FromAscii
محتويات
[
يخفي
]String::FromAscii(const char *) method
ينشئ String من سلسلة ASCII.
static String System::String::FromAscii(const char *asciiStr)
| Parameter | Type | الوصف |
|---|---|---|
| asciiStr | const char * | مؤشر إلى سلسلة منتهية بصفر مشفرة باستخدام صفحة رموز ASCII. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::FromAscii(const char *, int) method
ينشئ String من سلسلة ASCII.
static String System::String::FromAscii(const char *asciiStr, int len)
| Parameter | Type | الوصف |
|---|---|---|
| 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
ينشئ String من سلسلة ASCII.
static String System::String::FromAscii(const std::string &asciiStr)
| Parameter | Type | الوصف |
|---|---|---|
| asciiStr | const std::string& | سلسلة مشفرة بترميز ASCII. |
ReturnValue
String object representing passed string.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++