System::String::Is method
String::Is method
전달된 TypeInfo로 지정된 유형인지 문자열 객체를 확인합니다.
bool System::String::Is(const System::TypeInfo &target) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| target | const System::TypeInfo& | TypeInfo와 비교합니다. |
ReturnValue
대상이 String 클래스의 TypeInfo이면 true, 그렇지 않으면 false.
또 보기
- Class TypeInfo
- Class String
- Namespace System
- Library Aspose.Page for C++