Exemple #1
0
 /// <summary>
 /// Sets whether or not grouping will be used in this format. Grouping
 /// affects both parsing and formatting.
 /// </summary>
 ///
 /// <param name="value">true if uses grouping,false otherwise.</param>
 public override void SetGroupingUsed(bool value_ren)
 {
     dform.SetGroupingUsed(value_ren);
 }