System::Boolean::Parse metodu
Boolean::Parse method
Belirtilen dizeyi bool tipinde bir değere dönüştürür.
static bool System::Boolean::Parse(const String &value)
| Parametre | Tür | Açıklama |
|---|---|---|
| değer | const String& | Dönüştürülecek dize. |
ReturnValue
Dönüştürmenin sonucunun konulduğu bool değişkeni; sonuç, belirtilen dize “True” ile eşitse true, “False” ile eşitse false olur.
Ayrıca Bakınız
- Class String
- Class Boolean
- Namespace System
- Library Aspose.Font for C++