Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Format ToString Output

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Format ToString Output

    I'm trying to print the gap size to the output window. I would like to format the output to 1 decimal place.
    Here is my code:
    Print("The gap size is " + gap[0].ToString());
    The output is:
    1.179999999999
    If I try to format like this:
    Print("The gap size is " + gap[0].ToString("{0:0.0}"));
    The output is:
    The gap size is {0:1.2}

    What is the correct way to do this?

    Thanks, Tim

    #2
    Maybe try ToString("0.0")

    Comment


      #3
      Hello Tim,
      This is more of a C# query and please refer here for more

      Learn how to create a custom numeric format string to format numeric data in .NET. A custom numeric format string has one or more custom numeric specifiers.


      @Radical - thanks for your snippet.

      Please let me know if I can assist you any further.
      JoydeepNinjaTrader Customer Service

      Comment


        #4
        Thanks Radical.

        ToString("0.0") gave the output I was looking for.

        Comment


          #5
          I couldn't find more about "ToString" in Help of NT. Where more info about "ToString"?

          Comment


            #6
            Hello alexstox,
            ToString is a c# concept and please refer here to know more http://msdn.microsoft.com/en-us/libr....tostring.aspx

            Please let me know if I can assist you any further.
            JoydeepNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Hwop38, 05-04-2026, 07:02 PM
            0 responses
            173 views
            0 likes
            Last Post Hwop38
            by Hwop38
             
            Started by CaptainJack, 04-24-2026, 11:07 PM
            0 responses
            328 views
            0 likes
            Last Post CaptainJack  
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            252 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            355 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            181 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Working...
            X