Beispiel #1
0
 /// <summary>
 ///   Converts the <see cref = "IndexRun" /> to a string value.
 /// </summary>
 public static string ConvertIndexRunToString(IndexRun value)
 {
     return(Enum.GetName(value.GetType(), value));
 }
 /// <summary>
 ///   Converts the <see cref = "IndexRun" /> to a string value.
 /// </summary>
 public static string ConvertIndexRunToString(IndexRun value)
 {
     return Enum.GetName(value.GetType(), value);
 }