Method ToEnum
- Namespace
- GuildWars2
- Assembly
- GW2SDK.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
.