সি # তে নামযুক্ত স্ট্রিং ফর্ম্যাটিং


156

সি # তে অবস্থানের পরিবর্তে নাম দিয়ে কোনও স্ট্রিং ফর্ম্যাট করার কোনও উপায় আছে কি?

পাইথনে আমি উদাহরণের মতো কিছু করতে পারি (নির্লজ্জভাবে এখান থেকে চুরি হয়ে গেছে ):

>>> print '%(language)s has %(#)03d quote types.' % \
      {'language': "Python", "#": 2}
Python has 002 quote types.

সি # তে এটি করার কোনও উপায় আছে কি? উদাহরণস্বরূপ বলুন:

String.Format("{some_variable}: {some_other_variable}", ...);

একটি ভেরিয়েবল নাম ব্যবহার করে এটি করতে সক্ষম হওয়া দুর্দান্ত হবে তবে একটি অভিধানও গ্রহণযোগ্য।


আমি রুবি থেকেও এটি মিস করছি।
জেস্পের ই

আমি মনে করি আপনার উদাহরণটি খুব সরল এবং জনগণ আপনাকে অস্বাস্থ্যকর জবাব দিতে নেতৃত্ব দিচ্ছে। স্ট্রিংয়ের ক্ষেত্রে ভেরিয়েবলের একাধিকবার ব্যবহার আরও প্রদর্শিত হতে পারে।
ওয়েজ

আসলে, স্পেসিফিক বিভ্রান্তি হ'ল স্ট্রিং.ফর্ম্যাট ব্যবহার। এটি আমার মতো উত্তরগুলিতে ndsণ দেয় যা সহায়ক নয় কারণ তারা পরিবর্তনশীল ভিত্তিক নয়, তবে স্ট্রিং হিসাবে যথাযথ ইনসোফার For ফর্ম্যাট সম্পর্কিত।
জন রুডি 18

1
স্ট্রিং.ফোর্মেটে কল স্পষ্টত একটি স্বাক্ষরিত উদাহরণ। অবশ্যই আপনি অবহিত ছিলেন না যে স্ট্রিংকে কল করা ll উপবৃত্তির সাথে ফর্ম্যাট করা সম্ভব নয়। সমস্যাটি ছিল যে আমি ফর্মেশনটি পজিশনের পরিবর্তে নামকরণ পরামিতি দ্বারা ঘটতে চেয়েছিলাম, যা ফিক্সড হয়েছে।
জেসন বেকার 19

এফওয়াইআই: এমএস কানেক্টের ইউজার ভয়েসে জমা দেওয়া হয়েছে এটির কাঠামোর একটি মানক বৈশিষ্ট্য করার জন্য অনুরোধ করার জন্য। আগ্রহী যে কারও জন্য, দয়া করে আপলোড করুন
ফোরামস

উত্তর:


130

এটি পরিচালনা করার জন্য কোনও অন্তর্নির্মিত পদ্ধতি নেই।

এখানে একটি পদ্ধতি

string myString = "{foo} is {bar} and {yadi} is {yada}".Inject(o);

এখানে অন্য একটি

Status.Text = "{UserName} last logged in at {LastLoginDate}".FormatWith(user);

ফিল হ্যাক থেকে উপরের দুটিটির উপর ভিত্তি করে একটি তৃতীয় উন্নত পদ্ধতি


11
আমি ফর্ম্যাটউইথ () ব্যবহার করে খুব খুশি হয়েছি, তবে আমি সম্প্রতি প্রকাশিত ইস্যুটিতে একটি বিষয় উল্লেখ করতে চেয়েছিলাম। বাস্তবায়নটি System.Web.UI থেকে ডেটাবাইন্ডারের উপর নির্ভর করে, যা এসকিউএল সিএলআর তে সমর্থিত নয়। ইনজেকশন (ও) ডেটা বাইন্ডারের উপর নির্ভর করে না, যা এটি আমার এসকিউএল সিএলআর অবজেক্টে মাল্টি-টোকেন-প্রতিস্থাপনের জন্য দরকারী করে।
EBarr

1
হতে পারে আপনি নিজের উত্তরের প্রথম বাক্যটি আপডেট করতে পারেন। স্ট্রিং ইন্টারপোলেশন কয়েক মাসের জন্য সি # এবং ভিবিতে উপস্থিত রয়েছে (শেষ অবধি ...)। আপনার উত্তরটি শীর্ষে রয়েছে তাই পাঠকদের পক্ষে এটি কার্যকর হতে পারে যদি আপনি তাদের কিছু আপডেট করা .NET সংস্থানগুলিতে লিঙ্ক করতে পারেন।
মিরোক্লাভ

1
@ এমিরক্স্লাভ আসলে এটি এক নয়। : আপনি প্রায় ইন্টারপোলেট স্ট্রিং পাস করতে পারে না stackoverflow.com/q/31987232/213725
DixonD

@ ডিক্সনডি - আপনি অবশ্যই ঠিক বলেছেন তবে এটি তাদের উদ্দেশ্য ছিল না। প্রশ্নোত্তরে আপনি লিঙ্ক করেছেন, ওপি ভেরিয়েবলের নামটি উপস্থিত হওয়ার আগেই রেফারেন্স করার চেষ্টা করে। খুব ভাল ধারণা নয়, তবে কেউ যদি তাতে জোর দেয় তবে তিনি বিশেষায়িত পার্সার তৈরি করতে পারেন। তবে আমি এটিকে সাধারণ স্ট্রিং ইন্টারপোলেশন ধারণার সাথে গণ্ডগোল করব না।
মিরোক্লাভ

44

আমি আমার ব্লগটিতে সবেমাত্র এখানে পোস্ট করেছি একটি বাস্তবায়ন আছে: http://haacked.com/archive/2009/01/04/fun-with-name-formats-string-parsing-and-edge-cases.aspx

এটি ব্রেস এস্কেপিংয়ের সাথে এই অন্যান্য বাস্তবায়নের কয়েকটি সমস্যার সমাধান করে। পোস্টে বিশদ রয়েছে। এটি ডেটাবাইন্ডারও করে valএকটি জিনিসও, তবে এখনও খুব দ্রুত।


3
404 এর নিবন্ধে ডাউনলোডের জন্য উপলব্ধ কোড। আমিও সত্যিই এটি দেখতে চাই।
কোয়ান্টিন-স্টারিন

2
@ কিউস: মন্তব্যগুলিতে একটি আপডেট হওয়া লিঙ্ক পোস্ট করা হয়েছিল: কোড. haacked.com/util/NamedStringformatSolution.zip
ডের হচস্টাপলার

3
@ অলিভারসালজবার্গ: আমি আমার কিছু ফর্ম্যাটিং প্রয়োজনের জন্য স্মার্টফোরাম্যাটটি বেশ কিছুদিন ধরে ব্যবহার করছি, এটি পছন্দ করুন। github.com/scottrippey/S স্মারফর্ম্যাট
-স্টারিন

@ কিউস: আপনি সম্ভবত এটি সম্পর্কে লেখার এবং উত্তর দেওয়ার এবং এটি কীভাবে কাজ করে তা দেখানোর বিষয়ে আপত্তি করবেন? আকর্ষণীয় দেখাচ্ছে
ডের হচস্টাপলার

@ কিউস: আপনার অবশ্যই উত্তর হিসাবে স্মার্টফর্ম্যাট যুক্ত করা উচিত কারণ এটি খুব সুন্দর এবং সক্রিয়ভাবে সমর্থিত (2015)।
রেজওয়ান ফ্ল্যাভিয়াস পান্ডা

42

ইন্টারপোলটেড স্ট্রিংগুলি সি # 6.0 এবং ভিজ্যুয়াল বেসিক 14 এ যুক্ত করা হয়েছিল

উভয়ই ভিজ্যুয়াল স্টুডিও 2015-তে নতুন রোজলিন সংকলকের মাধ্যমে প্রবর্তিত হয়েছিল ।

লক্ষণীয় বৈশিষ্ট্য (ভিজ্যুয়াল স্টুডিও 2015 IDE এ):

  • সিনট্যাক্স রঙ সমর্থিত - স্ট্রিংগুলিতে থাকা ভেরিয়েবলগুলি হাইলাইট করা হয়
  • রিফ্যাক্টরিং সমর্থিত - যখন নাম পরিবর্তন করা হয়, স্ট্রিংগুলিতে থাকা ভেরিয়েবলগুলিও পুনরায় নামকরণ করে
  • আসলে কেবল পরিবর্তনশীল নাম নয়, তবে এক্সপ্রেশনগুলি সমর্থিত - যেমন কেবল {index}কাজ করে না , তবে তাও also{(index + 1).ToString().Trim()}

উপভোগ করুন! (এবং ভিএস-তে "একটি হাসি প্রেরণ করুন" ক্লিক করুন)


2
প্রশ্নটি নেট নেট with.৫ এর সাথে ট্যাগ করা হয়েছে তাই আপনার তথ্য বৈধ তবে এটি কোনও বিকল্প নয়
ডগলাস গ্যান্ডিনি

1
@ এমিরক্স্লাভ - আপনি ফ্রেমওয়ার্ক সংস্করণ সম্পর্কে ঠিক বলেছেন। স্ট্রিং বিভক্তি কেবল ভিএস 2015 তে ব্যবহৃত নতুন রোজলিন সংকলকটির উপর নির্ভর করে
ডগলাস গ্যান্ডিনি

2
আপনার ফর্ম্যাট স্ট্রিংটি কোডটিতে না ফেলে দেওয়া এটি কাজ করবে না। যেমন কোনও কনফিগারেশন ফাইল বা ডাটাবেসের মতো যদি আপনার ফর্ম্যাট স্ট্রিংটি বাহ্যিক উত্স থেকে আসে তবে এটি কাজ করবে না।
ক্রেগ ব্রেট

40

আপনি এ জাতীয় বেনামেও ব্যবহার করতে পারেন:

    public string Format(string input, object p)
    {
        foreach (PropertyDescriptor prop in TypeDescriptor.GetProperties(p))
            input = input.Replace("{" + prop.Name + "}", (prop.GetValue(p) ?? "(null)").ToString());

        return input;
    }

অবশ্যই আপনি আরও ফর্ম্যাটিং বিশ্লেষণ করতে চাইলে আরও কোডের প্রয়োজন হবে তবে আপনি এই ফাংশনটি ব্যবহার করে একটি স্ট্রিং ফর্ম্যাট করতে পারেন:

Format("test {first} and {another}", new { first = "something", another = "something else" })

1
২.০ তে এখনও আমাদের মধ্যে নিখুঁত। হ্যাঁ, আমি জানি .... এই সমাধানটি সোজা এবং বুঝতে সহজ। এবং এটি কাজ !!!
ব্র্যাড ব্রুস

14

বাক্সের বাইরে এটি করার কোনও উপায় বলে মনে হচ্ছে না। যদিও এটি আপনার নিজের প্রয়োগ করা সম্ভব হবে IFormatProviderযা IDictionaryমানগুলির সাথে লিঙ্ক করে ।

var Stuff = new Dictionary<string, object> {
   { "language", "Python" },
   { "#", 2 }
};
var Formatter = new DictionaryFormatProvider();

// Interpret {0:x} where {0}=IDictionary and "x" is hash key
Console.WriteLine string.Format(Formatter, "{0:language} has {0:#} quote types", Stuff);

আউটপুট:

পাইথনের 2 টি উদ্ধৃতি প্রকার রয়েছে

সাবধানতাটি হ'ল আপনি মিক্স করতে পারবেন না FormatProviders, তাই অভিনব পাঠ্য বিন্যাস একই সাথে ব্যবহার করা যাবে না।


1
রূপরেখার জন্য +1, আইএমএইচও, সেরা ধারণামূলক পদ্ধতি, যা mo.notono.us/2008/07/c-stringinject-format-strings-by-key.html- এ একটি দুর্দান্ত বাস্তবায়ন রয়েছে - অন্যান্য পোস্টগুলিতে এটি অন্তর্ভুক্ত রয়েছে তবে তারাও প্রতিচ্ছবি ভিত্তিক পদ্ধতিগুলি প্রস্তাব করুন যা আইএমএইচও বরং খারাপ
অ্যাডাম রাল্ফ

9

কাঠামো নিজেই এটি করার কোনও উপায় সরবরাহ করে না, তবে আপনি স্কট হ্যানসেলম্যানের এই পোস্টটি একবার দেখে নিতে পারেন । ব্যবহারের উদাহরণ:

Person p = new Person();  
string foo = p.ToString("{Money:C} {LastName}, {ScottName} {BirthDate}");  
Assert.AreEqual("$3.43 Hanselman, {ScottName} 1/22/1974 12:00:00 AM", foo); 

জেমস নিউটন-কিং-এর এই কোডটি একই রকম এবং উপ-বৈশিষ্ট্য এবং সূচকগুলির সাথে কাজ করে,

string foo = "Top result for {Name} was {Results[0].Name}".FormatWith(student));

জেমসের কোডটি স্ট্রিংটি বিশ্লেষণ করার জন্য সিস্টেম . ওয়েবে.ইউ.আই.ডাটাবাইন্ডারের উপর নির্ভর করে এবং রেফারেন্সিং সিস্টেম.বিউব প্রয়োজন, যা কিছু লোক অ-ওয়েব অ্যাপ্লিকেশনগুলিতে করতে পছন্দ করে না।

সম্পাদনা: ওহ এবং তারা বেনামে প্রকারের সাথে খুব সুন্দরভাবে কাজ করে, যদি আপনার কাছে এর জন্য প্রস্তুত বৈশিষ্ট্যযুক্ত কোনও সামগ্রী না থাকে:

string name = ...;
DateTime date = ...;
string foo = "{Name} - {Birthday}".FormatWith(new { Name = name, Birthday = date });


4

আমি মনে করি আপনি যে নিকটতম পাবেন এটি একটি সূচক বিন্যাস:

String.Format("{0} has {1} quote types.", "C#", "1");

স্ট্রিংও রয়েছে। রিপ্লেস (), আপনি যদি একাধিক পদক্ষেপে এটি করতে ইচ্ছুক হন এবং বিশ্বাসের উপর অবলম্বন করেন যে আপনি স্ট্রিংটিতে অন্য কোথাও আপনার 'ভেরিয়েবল' পাবেন না:

string MyString = "{language} has {n} quote types.";
MyString = MyString.Replace("{language}", "C#").Replace("{n}", "1");

একটি তালিকা ব্যবহার করতে এটি প্রসারিত:

List<KeyValuePair<string, string>> replacements = GetFormatDictionary();  
foreach (KeyValuePair<string, string> item in replacements)
{
    MyString = MyString.Replace(item.Key, item.Value);
}

আপনি অভিধানটি <স্ট্রিং, স্ট্রিং> দিয়েও এটি করতে পারেন এটি পুনরাবৃত্তি করে। কীগুলি সংগ্রহ করে তবে একটি তালিকা <কীভ্যালিউপায়ার <স্ট্রিং, স্ট্রিং >> ব্যবহার করে আমরা তালিকার বিকল্পটি নিতে পারি Forএর জন্য () পদ্ধতিটি এবং এটিতে আবার ঘনীভূত করতে পারি একটি এক-লাইনার:

replacements.ForEach(delegate(KeyValuePair<string,string>) item) { MyString = MyString.Replace(item.Key, item.Value);});

একটি ল্যাম্বডা আরও সহজ হবে, তবে আমি এখনও। নেট 2.0। এছাড়াও নোট করুন যে প্রতিস্থাপন () পুনরাবৃত্তি () সম্পাদন পুনরাবৃত্তভাবে ব্যবহার করা হয় না, কারণ। নেট মধ্যে স্ট্রিং পরিবর্তনযোগ্য হয়। এছাড়াও, এর জন্য MyStringচলকটি এমনভাবে সংজ্ঞায়িত করা দরকার যে এটি প্রতিনিধিটির পক্ষে অ্যাক্সেসযোগ্য, সুতরাং এটি এখনও নিখুঁত নয়।


ঠিক আছে, এটি সবচেয়ে সুন্দর সমাধান নয়, তবে আমি এখনই এটি নিয়ে যাচ্ছি। কেবলমাত্র আমি ভিন্নভাবে স্ট্রিংবিল্ডারটি স্ট্রিংয়ের পরিবর্তে ব্যবহার করেছি যাতে আমি নতুন স্ট্রিং তৈরি না করি।
জেসন বেকার

3

আমার ওপেন সোর্স লাইব্রেরি, রেগেক্সট্রা নামযুক্ত ফর্ম্যাটিংকে সমর্থন করে (অন্যান্য জিনিসের মধ্যে)। এটি বর্তমানে .NET 4.0+ লক্ষ্য করে এবং নিউগেটে উপলভ্য । আমিও এটি সম্পর্কে একটি পরিচায়ক ব্লগ পোস্টে আছে: Regextra: আপনি আপনার (সমস্যা) কমাতে {2} সাহায্য

নামযুক্ত ফর্ম্যাটিং বিট সমর্থন করে:

  • বেসিক ফর্ম্যাটিং
  • নেস্টেড বৈশিষ্ট্য বিন্যাসকরণ
  • অভিধান বিন্যাস
  • সীমানা ছাড়ানো
  • স্ট্যান্ডার্ড / কাস্টম / আইফর্ম্যাটপ্রোভাইডার স্ট্রিং ফর্ম্যাটিং

উদাহরণ:

var order = new
{
    Description = "Widget",
    OrderDate = DateTime.Now,
    Details = new
    {
        UnitPrice = 1500
    }
};

string template = "We just shipped your order of '{Description}', placed on {OrderDate:d}. Your {{credit}} card will be billed {Details.UnitPrice:C}.";

string result = Template.Format(template, order);
// or use the extension: template.FormatTemplate(order);

ফলাফল:

আমরা মাত্র ২/২০/২০১৪ এ দেওয়া আপনার 'উইজেট'-এর অর্ডারটি প্রেরণ করেছি। আপনার {ক্রেডিট} কার্ডে $ 1,500.00 বিল দেওয়া হবে।

প্রকল্পের গিটহাব লিঙ্কটি (উপরে) এবং অন্যান্য উদাহরণগুলির জন্য উইকি দেখুন।


বাহ, এটি আশ্চর্যজনক দেখাচ্ছে, বিশেষত যখন আরও কিছু কঠিন বিন্যাসের উদাহরণগুলি দেখা যায় তখন তার সাথে আচরণ করার সময়।
নিকোলাস পিটারসেন

2

এটি পরীক্ষা করুন:

public static string StringFormat(string format, object source)
{
    var matches = Regex.Matches(format, @"\{(.+?)\}");
    List<string> keys = (from Match matche in matches select matche.Groups[1].Value).ToList();

    return keys.Aggregate(
        format,
        (current, key) =>
        {
            int colonIndex = key.IndexOf(':');
            return current.Replace(
                "{" + key + "}",
                colonIndex > 0
                    ? DataBinder.Eval(source, key.Substring(0, colonIndex), "{0:" + key.Substring(colonIndex + 1) + "}")
                    : DataBinder.Eval(source, key).ToString());
        });
}

নমুনা:

string format = "{foo} is a {bar} is a {baz} is a {qux:#.#} is a really big {fizzle}";
var o = new { foo = 123, bar = true, baz = "this is a test", qux = 123.45, fizzle = DateTime.Now };
Console.WriteLine(StringFormat(format, o));

অন্যান্য সমাধানের তুলনায় পারফরম্যান্স বেশ ঠিক আছে।


1

আমি সন্দেহ করি এটি সম্ভব হবে। প্রথম জিনিসটি যা মনে আসে তা হল আপনি কীভাবে স্থানীয় পরিবর্তনশীল নামের অ্যাক্সেস পেতে যাচ্ছেন?

এটি করার জন্য লিনকিউ এবং ল্যাম্বডা এক্সপ্রেশন ব্যবহার করে কিছু চতুর উপায় থাকতে পারে।


@ লেপ্পি: আপনি যদি আমাকে কিছু লিনকিউ + ল্যাম্বডা দিতে পারেন তবে +1; ডি (প্রাসঙ্গিক উত্তর থাকার জন্য +1)
ব্যবহারকারী 7116

আমি এটা দেখতে চাই! সেই চ্যালেঞ্জ আমিই নেব!
লেপি 18

আমি ভেরিয়েবলের নামগুলি করা অসম্ভব বলে মনে করেছি, তবে আমি ভুল হলে সেখানে রেখেছি। :) অভিধানের সাহায্যে এটি করার কোনও উপায় নেই?
জেসন বেকার

আমি চেষ্টা করেছি, এবং কিছুটা পেয়েছি, তবে আমি এটি খুব কুশ্রী এবং ব্যবহার করা কঠিন বলে মনে করেছি। এটি দেখতে এমন হত: স্ট্রিং এস = ফর্ম্যাট (এফ => চ ("{হ্যালো}} ওয়ার্ল্ড}", হ্যালো, ওয়ার্ল্ড));
লেপি

1

এখানে কিছুক্ষণ আগে ফিরে এসেছি। এটি একক আর্গুমেন্ট গ্রহণ করে বিন্যাস পদ্ধতিতে স্ট্রিং প্রসারিত করে। সুন্দর জিনিসটি হ'ল এটি স্ট্যান্ডার্ড স্ট্রিংটি ব্যবহার করবে you ফর্ম্যাট যদি আপনি কোনও ইন্টের মতো একটি সাধারণ যুক্তি সরবরাহ করেন তবে আপনি যদি বেনামে টাইপের মতো কিছু ব্যবহার করেন এটিও কার্যকর হবে।

ব্যবহারের উদাহরণ:

"The {Name} family has {Children} children".Format(new { Children = 4, Name = "Smith" })

"স্মিথ পরিবারের 4 টি সন্তান রয়েছে" এর ফলস্বরূপ।

এটি অ্যারে এবং সূচকগুলির মতো ক্রেজি বাঁধাইয়ের জিনিসগুলি করে না। তবে এটি সুপার সিম্পল এবং হাই পারফরম্যান্স।

    public static class AdvancedFormatString
{

    /// <summary>
    /// An advanced version of string.Format.  If you pass a primitive object (string, int, etc), it acts like the regular string.Format.  If you pass an anonmymous type, you can name the paramters by property name.
    /// </summary>
    /// <param name="formatString"></param>
    /// <param name="arg"></param>
    /// <returns></returns>
    /// <example>
    /// "The {Name} family has {Children} children".Format(new { Children = 4, Name = "Smith" })
    /// 
    /// results in 
    /// "This Smith family has 4 children
    /// </example>
    public static string Format(this string formatString, object arg, IFormatProvider format = null)
    {
        if (arg == null)
            return formatString;

        var type = arg.GetType();
        if (Type.GetTypeCode(type) != TypeCode.Object || type.IsPrimitive)
            return string.Format(format, formatString, arg);

        var properties = TypeDescriptor.GetProperties(arg);
        return formatString.Format((property) =>
            {
                var value = properties[property].GetValue(arg);
                return Convert.ToString(value, format);
            });
    }


    public static string Format(this string formatString, Func<string, string> formatFragmentHandler)
    {
        if (string.IsNullOrEmpty(formatString))
            return formatString;
        Fragment[] fragments = GetParsedFragments(formatString);
        if (fragments == null || fragments.Length == 0)
            return formatString;

        return string.Join(string.Empty, fragments.Select(fragment =>
            {
                if (fragment.Type == FragmentType.Literal)
                    return fragment.Value;
                else
                    return formatFragmentHandler(fragment.Value);
            }).ToArray());
    }


    private static Fragment[] GetParsedFragments(string formatString)
    {
        Fragment[] fragments;
        if ( parsedStrings.TryGetValue(formatString, out fragments) )
        {
            return fragments;
        }
        lock (parsedStringsLock)
        {
            if ( !parsedStrings.TryGetValue(formatString, out fragments) )
            {
                fragments = Parse(formatString);
                parsedStrings.Add(formatString, fragments);
            }
        }
        return fragments;
    }

    private static Object parsedStringsLock = new Object();
    private static Dictionary<string,Fragment[]> parsedStrings = new Dictionary<string,Fragment[]>(StringComparer.Ordinal);

    const char OpeningDelimiter = '{';
    const char ClosingDelimiter = '}';

    /// <summary>
    /// Parses the given format string into a list of fragments.
    /// </summary>
    /// <param name="format"></param>
    /// <returns></returns>
    static Fragment[] Parse(string format)
    {
        int lastCharIndex = format.Length - 1;
        int currFragEndIndex;
        Fragment currFrag = ParseFragment(format, 0, out currFragEndIndex);

        if (currFragEndIndex == lastCharIndex)
        {
            return new Fragment[] { currFrag };
        }

        List<Fragment> fragments = new List<Fragment>();
        while (true)
        {
            fragments.Add(currFrag);
            if (currFragEndIndex == lastCharIndex)
            {
                break;
            }
            currFrag = ParseFragment(format, currFragEndIndex + 1, out currFragEndIndex);
        }
        return fragments.ToArray();

    }

    /// <summary>
    /// Finds the next delimiter from the starting index.
    /// </summary>
    static Fragment ParseFragment(string format, int startIndex, out int fragmentEndIndex)
    {
        bool foundEscapedDelimiter = false;
        FragmentType type = FragmentType.Literal;

        int numChars = format.Length;
        for (int i = startIndex; i < numChars; i++)
        {
            char currChar = format[i];
            bool isOpenBrace = currChar == OpeningDelimiter;
            bool isCloseBrace = isOpenBrace ? false : currChar == ClosingDelimiter;

            if (!isOpenBrace && !isCloseBrace)
            {
                continue;
            }
            else if (i < (numChars - 1) && format[i + 1] == currChar)
            {//{{ or }}
                i++;
                foundEscapedDelimiter = true;
            }
            else if (isOpenBrace)
            {
                if (i == startIndex)
                {
                    type = FragmentType.FormatItem;
                }
                else
                {

                    if (type == FragmentType.FormatItem)
                        throw new FormatException("Two consequtive unescaped { format item openers were found.  Either close the first or escape any literals with another {.");

                    //curr character is the opening of a new format item.  so we close this literal out
                    string literal = format.Substring(startIndex, i - startIndex);
                    if (foundEscapedDelimiter)
                        literal = ReplaceEscapes(literal);

                    fragmentEndIndex = i - 1;
                    return new Fragment(FragmentType.Literal, literal);
                }
            }
            else
            {//close bracket
                if (i == startIndex || type == FragmentType.Literal)
                    throw new FormatException("A } closing brace existed without an opening { brace.");

                string formatItem = format.Substring(startIndex + 1, i - startIndex - 1);
                if (foundEscapedDelimiter)
                    formatItem = ReplaceEscapes(formatItem);//a format item with a { or } in its name is crazy but it could be done
                fragmentEndIndex = i;
                return new Fragment(FragmentType.FormatItem, formatItem);
            }
        }

        if (type == FragmentType.FormatItem)
            throw new FormatException("A format item was opened with { but was never closed.");

        fragmentEndIndex = numChars - 1;
        string literalValue = format.Substring(startIndex);
        if (foundEscapedDelimiter)
            literalValue = ReplaceEscapes(literalValue);

        return new Fragment(FragmentType.Literal, literalValue);

    }

    /// <summary>
    /// Replaces escaped brackets, turning '{{' and '}}' into '{' and '}', respectively.
    /// </summary>
    /// <param name="value"></param>
    /// <returns></returns>
    static string ReplaceEscapes(string value)
    {
        return value.Replace("{{", "{").Replace("}}", "}");
    }

    private enum FragmentType
    {
        Literal,
        FormatItem
    }

    private class Fragment
    {

        public Fragment(FragmentType type, string value)
        {
            Type = type;
            Value = value;
        }

        public FragmentType Type
        {
            get;
            private set;
        }

        /// <summary>
        /// The literal value, or the name of the fragment, depending on fragment type.
        /// </summary>
        public string Value
        {
            get;
            private set;
        }


    }

}

1
private static Regex s_NamedFormatRegex = new Regex(@"\{(?!\{)(?<key>[\w]+)(:(?<fmt>(\{\{|\}\}|[^\{\}])*)?)?\}", RegexOptions.Compiled);

public static StringBuilder AppendNamedFormat(this StringBuilder builder,IFormatProvider provider, string format, IDictionary<string, object> args)
{
    if (builder == null) throw new ArgumentNullException("builder");
    var str = s_NamedFormatRegex.Replace(format, (mt) => {
        string key = mt.Groups["key"].Value;
        string fmt = mt.Groups["fmt"].Value;
        object value = null;
        if (args.TryGetValue(key,out value)) {
            return string.Format(provider, "{0:" + fmt + "}", value);
        } else {
            return mt.Value;
        }
    });
    builder.Append(str);
    return builder;
}

public static StringBuilder AppendNamedFormat(this StringBuilder builder, string format, IDictionary<string, object> args)
{
    if (builder == null) throw new ArgumentNullException("builder");
    return builder.AppendNamedFormat(null, format, args);
}

উদাহরণ:

var builder = new StringBuilder();
builder.AppendNamedFormat(
@"你好,{Name},今天是{Date:yyyy/MM/dd}, 这是你第{LoginTimes}次登录,积分{Score:{{ 0.00 }}}",
new Dictionary<string, object>() { 
    { "Name", "wayjet" },
    { "LoginTimes",18 },
    { "Score", 100.4 },
    { "Date",DateTime.Now }
});

আউটপুট: 你好, ওয়েজেট, 是 是 2011-05-04, 是 是 你 第 18 次 登录 , 积分 {100.40}


1

এখানে যে কোনও বস্তুর জন্য একটি সহজ পদ্ধতি:

    using System.Text.RegularExpressions;
    using System.ComponentModel;

    public static string StringWithFormat(string format, object args)
    {
        Regex r = new Regex(@"\{([A-Za-z0-9_]+)\}");

        MatchCollection m = r.Matches(format);

        var properties = TypeDescriptor.GetProperties(args);

        foreach (Match item in m)
        {
            try
            {
                string propertyName = item.Groups[1].Value;
                format = format.Replace(item.Value, properties[propertyName].GetValue(args).ToString());
            }
            catch
            {
                throw new FormatException("The format string is not valid");
            }
        }

        return format;
    }

এবং এখানে এটি কীভাবে ব্যবহার করবেন:

 DateTime date = DateTime.Now;
 string dateString = StringWithFormat("{Month}/{Day}/{Year}", date);

আউটপুট: 2/27/2012


0

আমি প্রয়োগ করেছি এটি একটি সাধারণ শ্রেণি যা স্ট্রিং.ফোরামের কার্যকারিতাটির নকল করে (ক্লাসগুলি ব্যবহার করার সময় বাদে)। আপনি ক্ষেত্রগুলি সংজ্ঞায়িত করতে হয় অভিধান বা টাইপ ব্যবহার করতে পারেন।

https://github.com/SergueiFedorov/NamedFormatString

সি # 6.0 ভাষা বৈশিষ্ট্যের সাথে এই কার্যকারিতাটি যুক্ত করছে, তাই NamedFormatStringপিছনের সামঞ্জস্যের জন্য।


0

বিদ্যমান সমাধানগুলিতে আমি এটি কিছুটা ভিন্ন উপায়ে সমাধান করেছি। এটি নামযুক্ত আইটেম প্রতিস্থাপনের মূলটি করে (কিছু কিছু এটি প্রতিবিম্ব বিট নয়)। এটি অত্যন্ত দ্রুত এবং সহজ ... এটি আমার সমাধান:

/// <summary>
/// Formats a string with named format items given a template dictionary of the items values to use.
/// </summary>
public class StringTemplateFormatter
{
    private readonly IFormatProvider _formatProvider;

    /// <summary>
    /// Constructs the formatter with the specified <see cref="IFormatProvider"/>.
    /// This is defaulted to <see cref="CultureInfo.CurrentCulture">CultureInfo.CurrentCulture</see> if none is provided.
    /// </summary>
    /// <param name="formatProvider"></param>
    public StringTemplateFormatter(IFormatProvider formatProvider = null)
    {
        _formatProvider = formatProvider ?? CultureInfo.CurrentCulture;
    }

    /// <summary>
    /// Formats a string with named format items given a template dictionary of the items values to use.
    /// </summary>
    /// <param name="text">The text template</param>
    /// <param name="templateValues">The named values to use as replacements in the formatted string.</param>
    /// <returns>The resultant text string with the template values replaced.</returns>
    public string FormatTemplate(string text, Dictionary<string, object> templateValues)
    {
        var formattableString = text;
        var values = new List<object>();
        foreach (KeyValuePair<string, object> value in templateValues)
        {
            var index = values.Count;
            formattableString = ReplaceFormattableItem(formattableString, value.Key, index);
            values.Add(value.Value);
        }
        return String.Format(_formatProvider, formattableString, values.ToArray());
    }

    /// <summary>
    /// Convert named string template item to numbered string template item that can be accepted by <see cref="string.Format(string,object[])">String.Format</see>
    /// </summary>
    /// <param name="formattableString">The string containing the named format item</param>
    /// <param name="itemName">The name of the format item</param>
    /// <param name="index">The index to use for the item value</param>
    /// <returns>The formattable string with the named item substituted with the numbered format item.</returns>
    private static string ReplaceFormattableItem(string formattableString, string itemName, int index)
    {
        return formattableString
            .Replace("{" + itemName + "}", "{" + index + "}")
            .Replace("{" + itemName + ",", "{" + index + ",")
            .Replace("{" + itemName + ":", "{" + index + ":");
    }
}

এটি নিম্নলিখিত উপায়ে ব্যবহৃত হয়:

    [Test]
    public void FormatTemplate_GivenANamedGuid_FormattedWithB_ShouldFormatCorrectly()
    {
        // Arrange
        var template = "My guid {MyGuid:B} is awesome!";
        var templateValues = new Dictionary<string, object> { { "MyGuid", new Guid("{A4D2A7F1-421C-4A1D-9CB2-9C2E70B05E19}") } };
        var sut = new StringTemplateFormatter();
        // Act
        var result = sut.FormatTemplate(template, templateValues);
        //Assert
        Assert.That(result, Is.EqualTo("My guid {a4d2a7f1-421c-4a1d-9cb2-9c2e70b05e19} is awesome!"));
    }

আশা করি কেউ এই কাজে লাগবে!


0

যদিও স্বীকৃত উত্তরটি কয়েকটি ভাল উদাহরণ দেয় তবে .হ্যাক্সের পাশাপাশি হ্যাকের কয়েকটি উদাহরণ পালিয়ে যাওয়া পরিচালনা করে না। অনেকে রেজেক্স (ধীর) বা ডেটাবাইন্ডারের উপরও খুব বেশি নির্ভর করে valএটিও যা নেট নেট এবং অন্য কোনও পরিবেশে উপলব্ধ নয়।

এই বিষয়টি মাথায় রেখে, আমি একটি সরল রাজ্য মেশিন ভিত্তিক পার্সার লিখেছি যা অক্ষরগুলির মধ্য দিয়ে প্রবাহিত হয়, একটি StringBuilderআউটপুটকে লিখে অক্ষর করে তোলে। এটা তোলে হিসাবে প্রয়োগ করা হয় Stringএক্সটেনশন পদ্ধতি (গুলি) এবং উভয় একটি গ্রহণ করতে পারেন Dictionary<string, object>অথবা objectইনপুট হিসাবে মাপদণ্ডগুলি (প্রতিফলন ব্যবহার করে) সঙ্গে।

এটি সীমাহীন স্তরের সীমিত পরিচালনা করে {{{escaping}}}এবং FormatExceptionযখন ইনপুটটিতে ভারসাম্যহীন বন্ধনী এবং / বা অন্যান্য ত্রুটি থাকে th

public static class StringExtension {
    /// <summary>
    /// Extension method that replaces keys in a string with the values of matching object properties.
    /// </summary>
    /// <param name="formatString">The format string, containing keys like {foo} and {foo:SomeFormat}.</param>
    /// <param name="injectionObject">The object whose properties should be injected in the string</param>
    /// <returns>A version of the formatString string with keys replaced by (formatted) key values.</returns>
    public static string FormatWith(this string formatString, object injectionObject) {
        return formatString.FormatWith(GetPropertiesDictionary(injectionObject));
    }

    /// <summary>
    /// Extension method that replaces keys in a string with the values of matching dictionary entries.
    /// </summary>
    /// <param name="formatString">The format string, containing keys like {foo} and {foo:SomeFormat}.</param>
    /// <param name="dictionary">An <see cref="IDictionary"/> with keys and values to inject into the string</param>
    /// <returns>A version of the formatString string with dictionary keys replaced by (formatted) key values.</returns>
    public static string FormatWith(this string formatString, IDictionary<string, object> dictionary) {
        char openBraceChar = '{';
        char closeBraceChar = '}';

        return FormatWith(formatString, dictionary, openBraceChar, closeBraceChar);
    }
        /// <summary>
        /// Extension method that replaces keys in a string with the values of matching dictionary entries.
        /// </summary>
        /// <param name="formatString">The format string, containing keys like {foo} and {foo:SomeFormat}.</param>
        /// <param name="dictionary">An <see cref="IDictionary"/> with keys and values to inject into the string</param>
        /// <returns>A version of the formatString string with dictionary keys replaced by (formatted) key values.</returns>
    public static string FormatWith(this string formatString, IDictionary<string, object> dictionary, char openBraceChar, char closeBraceChar) {
        string result = formatString;
        if (dictionary == null || formatString == null)
            return result;

        // start the state machine!

        // ballpark output string as two times the length of the input string for performance (avoids reallocating the buffer as often).
        StringBuilder outputString = new StringBuilder(formatString.Length * 2);
        StringBuilder currentKey = new StringBuilder();

        bool insideBraces = false;

        int index = 0;
        while (index < formatString.Length) {
            if (!insideBraces) {
                // currently not inside a pair of braces in the format string
                if (formatString[index] == openBraceChar) {
                    // check if the brace is escaped
                    if (index < formatString.Length - 1 && formatString[index + 1] == openBraceChar) {
                        // add a brace to the output string
                        outputString.Append(openBraceChar);
                        // skip over braces
                        index += 2;
                        continue;
                    }
                    else {
                        // not an escaped brace, set state to inside brace
                        insideBraces = true;
                        index++;
                        continue;
                    }
                }
                else if (formatString[index] == closeBraceChar) {
                    // handle case where closing brace is encountered outside braces
                    if (index < formatString.Length - 1 && formatString[index + 1] == closeBraceChar) {
                        // this is an escaped closing brace, this is okay
                        // add a closing brace to the output string
                        outputString.Append(closeBraceChar);
                        // skip over braces
                        index += 2;
                        continue;
                    }
                    else {
                        // this is an unescaped closing brace outside of braces.
                        // throw a format exception
                        throw new FormatException($"Unmatched closing brace at position {index}");
                    }
                }
                else {
                    // the character has no special meaning, add it to the output string
                    outputString.Append(formatString[index]);
                    // move onto next character
                    index++;
                    continue;
                }
            }
            else {
                // currently inside a pair of braces in the format string
                // found an opening brace
                if (formatString[index] == openBraceChar) {
                    // check if the brace is escaped
                    if (index < formatString.Length - 1 && formatString[index + 1] == openBraceChar) {
                        // there are escaped braces within the key
                        // this is illegal, throw a format exception
                        throw new FormatException($"Illegal escaped opening braces within a parameter - index: {index}");
                    }
                    else {
                        // not an escaped brace, we have an unexpected opening brace within a pair of braces
                        throw new FormatException($"Unexpected opening brace inside a parameter - index: {index}");
                    }
                }
                else if (formatString[index] == closeBraceChar) {
                    // handle case where closing brace is encountered inside braces
                    // don't attempt to check for escaped braces here - always assume the first brace closes the braces
                    // since we cannot have escaped braces within parameters.

                    // set the state to be outside of any braces
                    insideBraces = false;

                    // jump over brace
                    index++;

                    // at this stage, a key is stored in current key that represents the text between the two braces
                    // do a lookup on this key
                    string key = currentKey.ToString();
                    // clear the stringbuilder for the key
                    currentKey.Clear();

                    object outObject;

                    if (!dictionary.TryGetValue(key, out outObject)) {
                        // the key was not found as a possible replacement, throw exception
                        throw new FormatException($"The parameter \"{key}\" was not present in the lookup dictionary");
                    }

                    // we now have the replacement value, add the value to the output string
                    outputString.Append(outObject);

                    // jump to next state
                    continue;
                } // if }
                else {
                    // character has no special meaning, add it to the current key
                    currentKey.Append(formatString[index]);
                    // move onto next character
                    index++;
                    continue;
                } // else
            } // if inside brace
        } // while

        // after the loop, if all braces were balanced, we should be outside all braces
        // if we're not, the input string was misformatted.
        if (insideBraces) {
            throw new FormatException("The format string ended before the parameter was closed.");
        }

        return outputString.ToString();
    }

    /// <summary>
    /// Creates a Dictionary from an objects properties, with the Key being the property's
    /// name and the Value being the properties value (of type object)
    /// </summary>
    /// <param name="properties">An object who's properties will be used</param>
    /// <returns>A <see cref="Dictionary"/> of property values </returns>
    private static Dictionary<string, object> GetPropertiesDictionary(object properties) {
        Dictionary<string, object> values = null;
        if (properties != null) {
            values = new Dictionary<string, object>();
            PropertyDescriptorCollection props = TypeDescriptor.GetProperties(properties);
            foreach (PropertyDescriptor prop in props) {
                values.Add(prop.Name, prop.GetValue(properties));
            }
        }
        return values;
    }
}

শেষ পর্যন্ত, সমস্ত যুক্তি 10 টি প্রধান রাজ্যে ফোটে - যখন রাষ্ট্রের যন্ত্রটি বন্ধনীটির বাইরে থাকে এবং তেমনিভাবে বন্ধনীটির ভিতরে থাকে, পরবর্তী অক্ষরটি হয় একটি উন্মুক্ত বন্ধনী, একটি পালিয়ে যাওয়া খোলা ব্রেস, একটি বন্ধ বন্ধনী, একটি পালিয়ে যাওয়া বন্ধনী, বা একটি সাধারণ চরিত্র। লুপের অগ্রগতির সাথে সাথে প্রতিটি শর্ত পৃথকভাবে পরিচালিত হয়, আউটপুট StringBufferবা কীতে অক্ষর যুক্ত করে StringBuffer। যখন কোনও প্যারামিটার বন্ধ হয়ে যায়, StringBufferঅভিধানে প্যারামিটারের মানটি অনুসন্ধান করতে কীটির মান ব্যবহার করা হয়, যা পরে আউটপুটে ধাক্কা দেয় StringBuffer। শেষে, আউটপুটটির মান StringBufferফিরে আসে।


-6
string language = "Python";
int numquotes = 2;
string output = language + " has "+ numquotes + " language types.";

সম্পাদনা: আমার যা বলা উচিত ছিল তা হ'ল "না, আপনি যা করতে চান তা সি # দ্বারা সমর্থিত আমি বিশ্বাস করি না This এটি আপনি যতটা পেতে যাচ্ছেন তত কাছাকাছি" "


1
আমি ডাউন ভোট সম্পর্কে কৌতূহলী। কেউ আমাকে বলতে চান কেন?
কেভিন 19

1
সুতরাং স্ট্রিং.ফর্ম্যাট এই অপারেশনটি 4 / টেন হাজার হাজার সেকেন্ডে দ্রুত সম্পাদন করবে যদি এই ফাংশনটি একটি টনকে কল করতে চলেছে তবে আপনি এই পার্থক্যটি লক্ষ্য করতে পারেন। তবে এটি কমপক্ষে তার প্রশ্নের উত্তর দেয় কেবলমাত্র তাকে ঠিক একইভাবে বলার পরিবর্তে তিনি ইতিমধ্যে বলেছিলেন যে তিনি এটি করতে চান না।
কেভিন

4
আমি আপনাকে ভোট দিয়েছি না, তবে আমি এটি বাস্তবায়ন করব না কারণ ভাল, আমি প্রচুর স্ট্রিং কনটেন্টেশনগুলি কুৎসিত করে দেখছি। তবে এটি আমার ব্যক্তিগত দৃষ্টিভঙ্গি।
জেসন বেকার 22

অদ্ভুত যে এই এত ভোট পেয়েছে। আপনার উত্তরটি প্রসারিত করার বিষয়ে বিবেচনা করুন, যখন প্রায়শই সংক্ষিপ্তকরণ বলা হয় না আপনি "someString" + someVariable + "someOtherString"আরও পড়ার জন্য বিবেচনা করতে পারেন । এই নিবন্ধটি আপনার সাথে একমত।
স্টিভেন জিউরিস
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.