System::ObjectExt::IsBoxedValue method
ObjectExt::IsBoxedValue method
Checks if object is a boxed value.
static bool System::ObjectExt::IsBoxedValue(const SmartPtr<Object> &obj)
Parameter | Type | Description |
---|---|---|
obj | const SmartPtr<Object>& | Object to test for being boxed value. |
ReturnValue
True if obj is a boxed value, false otherwise.
See Also
- Class SmartPtr
- Class Object
- Class ObjectExt
- Namespace System
- Library Aspose.PDF for C++