System::Boolean::Parse メソッド
Boolean::Parse method
指定された文字列を bool 型の値に変換します。
static bool System::Boolean::Parse(const String &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const String& | 変換する文字列。 |
ReturnValue
変換結果が格納される bool 変数;指定された文字列が “True” と等しい場合は true、“False” と等しい場合は false になります。
参照
- Class String
- Class Boolean
- Namespace System
- Library Aspose.Page for C++