Ejemplo n.º 1
0
 private static string ValueToClass(this ImageDecorations value)
 {
     return(value switch
     {
         NoDecoration => string.Empty,
         _ => value.ToString().ToLower(),
     });