示例#1
0
 /// <summary>
 /// Changes the pattern of this DecimalFormat to the specified pattern which
 /// uses localized pattern characters.
 /// </summary>
 ///
 /// <param name="pattern">the localized pattern</param>
 /// <exception cref="IllegalArgumentException">when the pattern cannot be parsed</exception>
 public void ApplyLocalizedPattern(String pattern)
 {
     dform.ApplyLocalizedPattern(pattern);
 }