ParameterGetFontAwesomeIcon Method |
Resolves a stored icon value to a Font Awesome 6 class. Values already in Font Awesome
form (containing "fa-") are returned unchanged; legacy Bootstrap 3 Glyphicon names
(optionally prefixed with "glyphicon-") are mapped; anything unknown falls back to a default icon.
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic static string GetFontAwesomeIcon(
string storedIcon
)
Parameters
- storedIcon String
-
Return Value
String
See Also