Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4001140
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:52:05+00:00 2026-05-20T07:52:05+00:00

I want to format the text sent to a edittext box so that at

  • 0

I want to format the text sent to a edittext box so that at most 2 decimal places are shown, e.g. XXX.00. From the developer.android site I’ve been able to create the format variable (or is it a enum?) as follows:

NumberFormat nf = new NumberFormat;
nf.setMaximumFractionDigits(2);

I tried to format my string s = nf.format(s); but it doesn’t work.
How do I format a string vaiable with the nf to prepare it for a edittext box?

Also, how am I supposed to figure this out from the developers.android site for “NumberFormat”? Is there a way to read the site to figure this out, or is the site simply incomplete?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:52:06+00:00Added an answer on May 20, 2026 at 7:52 am

    Try this. Your code looks incomplete. The NumberFormat documentation looks complete to me.

    NumberFormat nf = NumberFormat.getInstance(); // get instance for your locale
    nf.setMaximumFractionDigits(2); // set decimal places
    String s = nf.format(100.0232); // the parameter must be a long or double
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to extract valid(on the basis of format) mobile numbers from a text.
I want to format any text that is placed into a NSTextField/UITextField to look
I want to be able to send formatted text (i.e., text with format spans)
I want to format a date object so that I can display strings such
I want to format monetary values in my DataGrid so that they start with
I want to give users the option to format text like bold, italic, add
So I'm using Markdown to format text input from user: http://michelf.com/projects/php-markdown/ But I'm doing
I want to format srt subtitle text files to avoid wrapping problems on my
I want to format a selected text in a QTextEdit by clicking a button.
http://www.exampledepot.com/egs/java.text/FormatNum.html i have number 1.23 and i want to format it to 1,23. But

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.