[This is preliminary documentation and is subject to change.]
Determines whether this instance can convert the specified object type.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public abstract bool CanConvert( Type objectType ) |
Visual Basic (Declaration) |
---|
Public MustOverride Function CanConvert ( _ objectType As Type _ ) As Boolean |
Visual C++ |
---|
public: virtual bool CanConvert( Type^ objectType ) abstract |
Parameters
- objectType
- Type: System..::.Type
Type of the object.