System::String::Is method
String::Is method
Checks if string object is of type specified by TypeInfo passed.
bool System::String::Is(const System::TypeInfo &target) const
Parameter | Type | Description |
---|---|---|
target | const System::TypeInfo& | TypeInfo to check against. |
ReturnValue
true if target is TypeInfo of String class, false otherwise.
See Also
- Class TypeInfo
- Class String
- Namespace System
- Library Aspose.PDF for C++