Method CanConvert
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
CanConvert(Type)
Determines whether the type can be converted.
public override bool CanConvert(Type typeToConvert)
Parameters
typeToConvertTypeThe type is checked as to whether it can be converted.
Returns
- bool
True if the type can be converted, false otherwise.