Esempio n. 1
0
 /// <summary>
 /// Answers whether the decimal separator is shown when there are no
 /// fractional digits.
 /// </summary>
 ///
 /// <returns>true if the decimal separator should always be formatted, false
 /// otherwise</returns>
 public bool IsDecimalSeparatorAlwaysShown()
 {
     return(dform.IsDecimalSeparatorAlwaysShown());
 }