コード例 #1
0
 /// <summary>
 /// Returns true if this <c>DecimalFormat</c>'s all resulting number
 /// will be of type <c>java.lang.Integer</c>
 /// </summary>
 ///
 /// <returns>true if this <c>DecimalFormat</c>'s all resulting number
 /// will be of type <c>java.lang.Integer</c></returns>
 public override bool IsParseIntegerOnly()
 {
     return(dform.IsParseIntegerOnly());
 }