Exemplo n.º 1
0
 /// <summary>
 /// Converts one of the standard Asana colour enumerations to string format
 /// </summary>
 /// <param name="colour">The tag colour to convert</param>
 /// <returns>A string representation of the colour.</returns>
 public string TagColourToString(TagColor colour)
 {
     return(colour.ToString().Replace("_", "-"));
 }