Beispiel #1
0
 public static string GetValueAttribute(this IConvertible value)
 {
     return(value.GetAttribute <ValueAttribute>()?.Value);
 }