Method ToEnum
- Namespace
- GuildWars2
- Assembly
- GuildWars2.dll
ToEnum()
Converts the current name to the corresponding enum value.
public TEnum? ToEnum()
Returns
- TEnum?
The corresponding enum value if the conversion is successful; otherwise,
null.
Converts the current name to the corresponding enum value.
public TEnum? ToEnum()
The corresponding enum value if the conversion is successful; otherwise, null.