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 950499
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:34:26+00:00 2026-05-15T23:34:26+00:00

I have a string.Format like this : string Test = string.Format({0:#,0}, NegativeNumber); how can

  • 0

I have a string.Format like this :

string Test = string.Format("{0:#,0}", NegativeNumber);

how can I change the negative sign position (Direction -> left or right)?

  • 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-15T23:34:27+00:00Added an answer on May 15, 2026 at 11:34 pm

    The easiest route might be to just have a different format for negative numbers

    string Test = string.Format("{0:#,0;#,0-}", NegativeNumber);
    

    Results:

    PS C:\> '{0:#,0;#,0-}' -f -17.2
    
    17-
    
    PS C:\> '{0:#,0;#,0-}' -f 17.2
    
    17
    

    Custom Numeric Format Strings

    The semicolon (;) is a conditional format specifier that applies different formatting to a number depending on whether its value is positive, negative, or zero. To produce this behavior, a custom format string can contain up to three sections separated by semicolons. These sections are described in the following table.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 497k
  • Answers 497k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer By default, Spring applies AOP by using proxy classes. A… May 16, 2026 at 12:03 pm
  • Editorial Team
    Editorial Team added an answer See this: http://www.gtrifonov.com/blog/2009/04/08/IPhone_User_Agent_Strings.aspx | Mozilla/5.0 (iPhone; U; XXXXX like Mac… May 16, 2026 at 12:03 pm
  • Editorial Team
    Editorial Team added an answer The pygtk docs don't state this, but the C docs… May 16, 2026 at 12:03 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have a list like: List<String> test = new List<String> {Luke, Leia}; I would
i have the date in a string format like so '11/2/2009' (m/d/yyyy) I need
We have a string field which can contain XML or plain text. The XML
let's say im returning a datetime string like this in JS: 8/18/2010 9:35:27 AM
I have one array that contains some settings that looks like basically like this:
I have been working on a wrapper for a COM object that can only
I have string where I have lot of email id in it. I want
Assumptions Suppose I have a class with a property: class ClassWithProperty { public string
I have the need to check whether strings adhere to a particular ID format.
I have a list of string that I am writing out to a CSV

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.