System::Boolean::TryParse 메서드
Boolean::TryParse method
지정된 문자열을 bool 타입 값으로 변환합니다.
static bool System::Boolean::TryParse(const String &value, bool &result)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const String& | 변환할 문자열. |
| result | bool& | 변환 결과가 저장되는 bool 변수에 대한 참조; 지정된 문자열이 “True"와 같으면 결과는 true이고, “False"와 같으면 false입니다. |
ReturnValue
지정된 문자열이 “True” 또는 “False"와 같으면 true, 그렇지 않으면 false.
또 보기
- Class String
- Class Boolean
- Namespace System
- Library Aspose.Page for C++