Пример #1
0
 public string Format(Enum value, [NotNull] string format)
 {
     return(_cache.Format(ToInt(value), format));
 }