Class SeIconCharExtensions
Extension methods for Dalamud.Game.Text.SeIconChar.
Assembly: Dalamud.dll
View Source
Declaration
public static class SeIconCharExtensions
Methods
ToIconChar(SeIconChar)
Convert the SeIconChar to a System.Char
type.
View Source
Declaration
public static char ToIconChar(this SeIconChar icon)
Returns
System.Char
: The converted icon.
Parameters
Type | Name | Description |
---|---|---|
Dalamud.Game.Text.SeIconChar | icon | The icon to convert. |
ToIconString(SeIconChar)
Conver the SeIconChar to a System.String
type.
View Source
Declaration
public static string ToIconString(this SeIconChar icon)
Returns
System.String
: The converted icon.
Parameters
Type | Name | Description |
---|---|---|
Dalamud.Game.Text.SeIconChar | icon | The icon to convert. |