public static string GetString(this PROPERTY property) { if (property == PROPERTY.QuickPlay) { return("Quick-Play"); } return(property.ToString()); }
static string GetPropertyVal(PROPERTY prop) { return(prop.ToString() + ":"); }