예제 #1
0
 public Enum Parse(string value, bool ignoreCase, EnumFormat[] formats)
 {
     return(ToEnum(_cache.Parse(value, ignoreCase, formats)));
 }