Method FormatMountName
- Namespace
- GuildWars2.Hero.Equipment.Mounts
- Assembly
- GW2SDK.dll
FormatMountName(Extensible<MountName>)
Formats a mount name for use in a request.
public static string FormatMountName(Extensible<MountName> mountName)
Parameters
mountName
Extensible<MountName>Self-explanatory.
Returns
- string
The mount name formatted as a string.
Exceptions
- NotSupportedException
Could not format that mount name.