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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:50:59+00:00 2026-05-11T08:50:59+00:00

How many parameters can you pass to a string.Format() method? There must be some

  • 0

How many parameters can you pass to a string.Format() method?

There must be some sort of theoretical or enforced limit on it. Is it based on the limits of the params[] type or the memory usage of the app that is using it or something else entirely?

  • 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. 2026-05-11T08:50:59+00:00Added an answer on May 11, 2026 at 8:50 am

    OK, I emerge from hiding… I used the following program to verify what was going on and while Marc pointed out that a string like this ‘{0}{1}{2}…{2147483647}’ would succeed the memory limit of 2 GiB before the argument list, my findings did’t match yours. Thus the hard limit, of the number of parameters you can put in a string.Format method call has to be 107713904.

    int i = 0; long sum = 0; while (sum < int.MaxValue) {     var s = sizeof(char) * ('{' + i + '}').Length;     sum += s; // pseudo append     ++i; } Console.WriteLine(i); Console.ReadLine(); 

    Love the discussion people!

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

Sidebar

Ask A Question

Stats

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

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer This oughta get you close, in C#: class Program {… May 11, 2026 at 12:08 pm
  • added an answer The WebPartStorage is set to Shared and not User for… May 11, 2026 at 12:08 pm
  • added an answer From what I gather from a similar question asked elsewhere,… May 11, 2026 at 12:08 pm

Related Questions

I'm trying to find a way to determine how many parameters a constructor has.
How many ServiceContracts can a WCF service have? Specifically, since a ServiceContract is an
How many possible combinations of the variables a,b,c,d,e are possible if I know that:
How many people actually write an SDD document before writing a single line of
How many messages does the queue for a standard window hold? What happens when
How many of you already used the Prana Framework for AS3 (Flex/Flash) or heard
How many records should there be before I consider indexing my sql tables?
In how many languages is Null not equal to anything not even Null?
How can I count how many previous FootNoteReference nodes there are in an xml
How can I find out how many rows a MySQL query returns in Java?

Trending Tags

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

Top Members

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.