Method FromString
- Namespace
- GuildWars2
- Assembly
- GuildWars2.dll
FromString(string)
Converts a string to an instance of the Extensible enum class.
public static Extensible<TEnum> FromString(string name)
Parameters
namestringThe name of the enum value.
Returns
- Extensible<TEnum>
An instance of the Extensible enum class.