Ejemplo n.º 1
0
 /// <summary>
 /// Returns a formatted string representing the percentage.
 /// </summary>
 /// <param name="format">The format of the number.</param>
 /// <param name="formatProvider">The provider to use.</param>
 /// <returns>The unit string.</returns>
 public String ToString(String format, IFormatProvider formatProvider)
 {
     return(NormalizedValue.ToString(format, formatProvider));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns a string representing the percentage.
 /// </summary>
 /// <returns>The string.</returns>
 public override String ToString()
 {
     return(NormalizedValue.ToString());
 }