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