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