/// <summary> /// Answers the number of digits grouped together by the grouping separator. /// </summary> /// /// <returns>the number of digits grouped together</returns> public int GetGroupingSize() { return(dform.GetGroupingSize()); }