<div class="text-justify"> <center></center> <center>[Image Source](https://witscad.com/course/csharp-basics/chapter/string-manipulations)</center> In my previous tutorial we saw a basic introduction to string and various in-built functions that can be used to perform operation and manipulation on C# strings. In this tutorial, we are gonna discuss other some key concepts in string operations that you may come across in C#. One of the key concept in string operation is **String Interpolation** that was introduced in the year 2014 in C# version 6. It provides a more convenient and human readable approach to writing code by allowing us to substitute a value of string into a placeholder. Allowing this would save a chunk of time, memory allocation which would have been caused due to string concatenation. Lets see a simple example of this one: ``` using System; class Program { static void Main() { int age = 25; string name = "Peter"; Console.WriteLine($"My name is {name} and I am {age} years old."); } } ``` <hr> If you run this code, you will get the following output:  See how much easier it is to write and debug a code using this approach. You need to use **"$"** sign while interpolating string and then **"{}"** brackets while substituting a value. Another thing we want to look on is accessing a strings. We can do this by using an index number of string inside a **"[]"** brackets. If we run the code `Console.WriteLine(name[3]);` then we will get the output **e** as index always starts from 0. We can also use function called `IndexOf` to get the index value of a characters in a string. ``` using System; class Program { static void Main() { int age = 25; string name = "Peter"; Console.WriteLine($"My name is {name} and I am {age} years old."); Console.WriteLine(name[3]); Console.WriteLine(name.IndexOf("t")); } } ``` You can get the corresponding output for this code:  The last thing we wanna see about is using special characters like double quotes inside a double quotes. String should always be written inside a double quote in C# and if you want to write a string that contains double quote inside it then you can use backslash escape character. ``` using System; class Program { static void Main() { string message = "Sometimes this process is also referred to as \"vaporization\"."; Console.WriteLine(message); } } ``` If you try to run the code without using backslash character(\) then you will get the error as compiler will misunderstand the syntax for the string. Lets see how to print a statement that contains **'s** inside a string in C#. For this you need to use single backslash(\) as: ``` using System; class Program { static void Main() { string message = "Sometimes this process is also referred to as \"vaporization\"."; Console.WriteLine(message); string message2 = "It\'s known as vaporization."; Console.WriteLine(message2); } } ``` The output for this code is:  There are other special useful escape characters in C# that we will see as we go along the tutorial like New line (\n), backspace(\b), tab(\t). <h4>**Link to other C# posts**</h4> 1. [Introduction to C# and .NET](https://hive.blog/hive-196387/@leoumesh/introduction-to-c-and-net) 2. [String Manipulation in C#](https://hive.blog/hive-196387/@leoumesh/string-manipulation-in-c) </div>
author | leoumesh | ||||||
---|---|---|---|---|---|---|---|
permlink | string-manipulation-in-c-part-2 | ||||||
category | hive-196387 | ||||||
json_metadata | {"app":"peakd/2025.3.5","format":"markdown","tags":["csharp","code","coding","program","programming","tech","geek","tutorial","education","blog"],"users":["leoumesh"],"image":["https://files.peakd.com/file/peakd-hive/leoumesh/Eo8QuYF55MpVoxHQpM9Y7oqzFewGKb5TTkYf45UQLhVnDvDoH65h2onoZn2uQntU6Bb.png","https://files.peakd.com/file/peakd-hive/leoumesh/23swgECbxgxKVJXGW1dRHxHiNsi2kXg27MfX4jWv3Mm7g1zknw7Z8cv5VJnAZKnWrW26f.png","https://files.peakd.com/file/peakd-hive/leoumesh/23swgECbxgxKLcKktoCokKF5FxVrUM4SJEqregANN2eGfBTJVQHwbGdxJzKgoDGYzMZqt.png","https://files.peakd.com/file/peakd-hive/leoumesh/23swg9r87ZuqqgtLM73tgDAmxjPYhUa2a1pQqRukV4yQrSpjmijC3EnbJbymv6Zmdp5zY.png"]} | ||||||
created | 2025-03-27 02:31:30 | ||||||
last_update | 2025-03-27 02:31:30 | ||||||
depth | 0 | ||||||
children | 1 | ||||||
last_payout | 2025-04-03 02:31:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 1.874 HBD | ||||||
curator_payout_value | 1.936 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 4,029 | ||||||
author_reputation | 212,340,493,251,438 | ||||||
root_title | "String Manipulation in C#: Part 2" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 141,705,298 | ||||||
net_rshares | 12,007,329,877,457 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 1,252,368,543,551 | 3.75% | ||
adol | 0 | 300,918,659,222 | 3.75% | ||
enki | 0 | 771,620,740,343 | 3.75% | ||
eric-boucher | 0 | 5,113,975,926 | 0.9% | ||
roelandp | 0 | 94,886,910,764 | 7.5% | ||
cloh76 | 0 | 1,260,209,344 | 0.9% | ||
andyjim | 0 | 457,066,100 | 95.51% | ||
logic | 0 | 24,263,340,563 | 80% | ||
sunshine | 0 | 43,369,974,231 | 7.5% | ||
rmach | 0 | 1,459,457,615 | 7.5% | ||
lemouth | 0 | 477,621,146,696 | 15% | ||
tfeldman | 0 | 1,706,402,376 | 0.9% | ||
metabs | 0 | 1,749,961,207 | 15% | ||
mcsvi | 0 | 119,721,097,784 | 50% | ||
lk666 | 0 | 517,696,439 | 0.9% | ||
boxcarblue | 0 | 5,724,690,230 | 0.9% | ||
steemcleaners | 0 | 1,886,811,370,029 | 80% | ||
justyy | 0 | 13,102,423,180 | 1.8% | ||
michelle.gent | 0 | 1,126,599,470 | 0.36% | ||
curie | 0 | 103,862,267,937 | 1.8% | ||
modernzorker | 0 | 1,089,263,423 | 1.25% | ||
techslut | 0 | 40,096,798,781 | 6% | ||
steemstem | 0 | 279,420,172,244 | 15% | ||
yadamaniart | 0 | 1,451,291,120 | 0.9% | ||
bigtakosensei | 0 | 485,965,609 | 0.45% | ||
walterjay | 0 | 190,845,000,821 | 7.5% | ||
valth | 0 | 1,324,117,186 | 7.5% | ||
metroair | 0 | 8,965,314,027 | 1.8% | ||
driptorchpress | 0 | 723,085,170 | 0.45% | ||
dna-replication | 0 | 547,565,239 | 15% | ||
ganjafarmer | 0 | 473,952,882 | 0.27% | ||
dhimmel | 0 | 14,899,494,041 | 3.75% | ||
oluwatobiloba | 0 | 504,166,833 | 15% | ||
detlev | 0 | 12,517,896,565 | 0.54% | ||
federacion45 | 0 | 484,922,241 | 0.9% | ||
gamersclassified | 0 | 1,756,091,720 | 0.9% | ||
mobbs | 0 | 5,816,047,357 | 1.8% | ||
eliel | 0 | 1,325,631,523 | 1.8% | ||
jerrybanfield | 0 | 5,988,006,664 | 1.8% | ||
rt395 | 0 | 1,091,094,454 | 1.5% | ||
bitrocker2020 | 0 | 2,615,869,059 | 0.36% | ||
ohamdache | 0 | 1,154,308,167 | 0.9% | ||
sustainablyyours | 0 | 1,036,562,682 | 7.5% | ||
helo | 0 | 563,723,860 | 7.5% | ||
arunava | 0 | 5,058,163,741 | 0.72% | ||
juancar347 | 0 | 7,032,767,211 | 0.9% | ||
samminator | 0 | 8,477,226,072 | 7.5% | ||
enjar | 0 | 18,477,588,444 | 1.62% | ||
lorenzor | 0 | 1,342,724,711 | 50% | ||
ewkaw | 0 | 707,528,671,678 | 20% | ||
alexander.alexis | 0 | 9,159,872,690 | 15% | ||
jayna | 0 | 2,695,754,789 | 0.36% | ||
princessmewmew | 0 | 2,354,442,506 | 0.9% | ||
joeyarnoldvn | 0 | 454,542,228 | 1.47% | ||
ufv | 0 | 2,976,261,564 | 50% | ||
gunthertopp | 0 | 18,137,253,026 | 0.36% | ||
pipiczech | 0 | 809,170,953 | 1.8% | ||
empath | 0 | 2,493,280,260 | 1.53% | ||
minnowbooster | 0 | 810,548,638,863 | 20% | ||
felt.buzz | 0 | 2,623,895,115 | 0.45% | ||
howo | 0 | 267,489,279,815 | 15% | ||
tsoldovieri | 0 | 1,576,978,330 | 7.5% | ||
neumannsalva | 0 | 1,645,698,999 | 0.9% | ||
stayoutoftherz | 0 | 58,634,252,619 | 0.45% | ||
abigail-dantes | 0 | 5,783,277,617 | 15% | ||
coindevil | 0 | 977,313,299 | 1.44% | ||
investingpennies | 0 | 5,441,722,154 | 1.8% | ||
kharrazi | 0 | 491,052,524 | 15% | ||
iamphysical | 0 | 17,178,321,098 | 90% | ||
zyx066 | 0 | 692,254,943 | 0.54% | ||
azulear | 0 | 619,987,158 | 100% | ||
psicoluigi | 0 | 836,855,005 | 50% | ||
spaminator | 0 | 1,406,463,496,291 | 80% | ||
rocky1 | 0 | 257,613,722,149 | 0.27% | ||
thelordsharvest | 0 | 589,072,253 | 1.8% | ||
raj808 | 0 | 550,504,786 | 0.54% | ||
aidefr | 0 | 1,639,157,754 | 7.5% | ||
torico | 0 | 471,473,711 | 0.59% | ||
tomiscurious | 0 | 215,557,237,370 | 36.8% | ||
amphlux | 0 | 625,691,235 | 0.9% | ||
fatman | 0 | 9,199,464,469 | 2% | ||
votehero | 0 | 216,225,927,369 | 43.1% | ||
splash-of-angs63 | 0 | 12,883,686,709 | 50% | ||
cryptononymous | 0 | 631,690,542 | 0.9% | ||
msp-makeaminnow | 0 | 21,590,737,060 | 23.4% | ||
braveboat | 0 | 24,606,686,065 | 40% | ||
sharpshot | 0 | 119,373,142,747 | 40% | ||
meno | 0 | 18,876,038,761 | 0.9% | ||
buttcoins | 0 | 11,343,131,229 | 0.36% | ||
enzor | 0 | 879,555,598 | 15% | ||
bartosz546 | 0 | 806,442,295 | 0.9% | ||
dreamm | 0 | 2,238,820,747 | 50% | ||
maverickfoo | 0 | 13,742,426,448 | 50% | ||
sunsea | 0 | 2,391,888,948 | 0.9% | ||
bluefinstudios | 0 | 1,509,445,471 | 0.54% | ||
steveconnor | 0 | 1,714,126,107 | 0.9% | ||
aboutcoolscience | 0 | 4,267,366,451 | 15% | ||
amestyj | 0 | 56,645,376,106 | 100% | ||
kenadis | 0 | 4,068,924,770 | 15% | ||
madridbg | 0 | 3,447,211,972 | 15% | ||
robotics101 | 0 | 4,702,370,180 | 15% | ||
lpv | 0 | 592,901,113 | 1.87% | ||
adelepazani | 0 | 1,007,587,483 | 0.36% | ||
r00sj3 | 0 | 677,484,333 | 7.5% | ||
sco | 0 | 4,544,872,714 | 15% | ||
ennyta | 0 | 983,571,656 | 50% | ||
juecoree | 0 | 986,113,829 | 10.5% | ||
gabrielatravels | 0 | 1,121,546,253 | 0.62% | ||
hetty-rowan | 0 | 1,666,575,384 | 0.9% | ||
ydavgonzalez | 0 | 3,892,400,396 | 10% | ||
intrepidphotos | 0 | 4,149,609,851 | 11.25% | ||
fineartnow | 0 | 1,368,684,107 | 0.9% | ||
oscarina | 0 | 739,818,673 | 10% | ||
aiziqi | 0 | 1,094,786,679 | 5% | ||
steemvault | 0 | 746,768,736 | 1.8% | ||
communitybank | 0 | 1,278,049,496 | 1.8% | ||
bennettitalia | 0 | 667,598,844 | 0.9% | ||
utube | 0 | 1,285,791,097 | 1.8% | ||
ahmedsy | 0 | 515,511,162 | 1.8% | ||
m1alsan | 0 | 741,500,504 | 0.72% | ||
dynamicrypto | 0 | 663,102,266 | 1% | ||
neneandy | 0 | 2,045,103,087 | 1.8% | ||
marc-allaria | 0 | 810,540,023 | 0.9% | ||
sportscontest | 0 | 1,817,728,292 | 1.8% | ||
videosteemit | 0 | 612,338,308 | 1.8% | ||
gribouille | 0 | 705,951,375 | 15% | ||
pandasquad | 0 | 5,014,255,415 | 1.8% | ||
leoumesh | 0 | 689,659,710 | 100% | ||
miguelangel2801 | 0 | 788,395,706 | 50% | ||
mproxima | 0 | 875,521,539 | 0.9% | ||
fantasycrypto | 0 | 631,157,059 | 0.9% | ||
didic | 0 | 588,938,793 | 0.9% | ||
careassaktart | 0 | 519,783,906 | 1.8% | ||
emiliomoron | 0 | 1,359,461,901 | 7.5% | ||
dexterdev | 0 | 615,403,564 | 7.5% | ||
photohunt | 0 | 1,045,664,794 | 1.8% | ||
geopolis | 0 | 962,448,382 | 15% | ||
ajfernandez | 0 | 791,782,772 | 100% | ||
robertbira | 0 | 1,585,002,439 | 3.75% | ||
alexdory | 0 | 2,684,331,775 | 15% | ||
takowi | 0 | 37,037,077,638 | 1.8% | ||
charitybot | 0 | 1,373,147,425 | 100% | ||
cyprianj | 0 | 3,875,477,636 | 7.5% | ||
kieranstone | 0 | 506,369,903 | 0.59% | ||
melvin7 | 0 | 26,342,407,243 | 7.5% | ||
francostem | 0 | 2,046,809,454 | 15% | ||
russellstockley | 0 | 550,391,126 | 0.45% | ||
endopediatria | 0 | 692,828,105 | 20% | ||
croctopus | 0 | 1,538,047,706 | 100% | ||
jjerryhan | 0 | 2,288,508,533 | 0.9% | ||
putu300 | 0 | 964,236,199 | 5% | ||
zipporah | 0 | 898,471,629 | 0.36% | ||
superlotto | 0 | 1,823,837,210 | 1.8% | ||
satren | 0 | 19,650,173,962 | 10% | ||
bscrypto | 0 | 5,146,663,070 | 0.9% | ||
delpilar | 0 | 930,041,486 | 25% | ||
tomastonyperez | 0 | 16,946,868,589 | 50% | ||
bil.prag | 0 | 905,941,837 | 0.09% | ||
vcclothing | 0 | 926,103,681 | 0.54% | ||
elvigia | 0 | 11,089,773,701 | 50% | ||
sanderjansenart | 0 | 1,852,030,048 | 0.9% | ||
laxam | 0 | 5,984,782,502 | 100% | ||
qberry | 0 | 1,370,285,567 | 0.9% | ||
greddyforce | 0 | 1,339,710,582 | 0.66% | ||
racibo | 0 | 27,181,736,734 | 20% | ||
gadrian | 0 | 115,360,278,127 | 9% | ||
therising | 0 | 33,930,729,194 | 1.8% | ||
cryptocoinkb | 0 | 654,397,832 | 0.9% | ||
cyemela | 0 | 482,164,326 | 0.9% | ||
de-stem | 0 | 8,229,928,907 | 14.85% | ||
serylt | 0 | 654,266,265 | 14.7% | ||
voitaksoutache | 0 | 882,058,852 | 10% | ||
josedelacruz | 0 | 5,055,974,017 | 50% | ||
kgakakillerg | 0 | 21,585,562,233 | 10% | ||
charitymemes | 0 | 522,820,242 | 100% | ||
softa | 0 | 1,331,488,537 | 0.36% | ||
we-are | 0 | 25,353,584,427 | 100% | ||
erickyoussif | 0 | 705,533,439 | 100% | ||
deholt | 0 | 836,969,306 | 12.75% | ||
anneporter | 0 | 548,129,272 | 4.5% | ||
pladozero | 0 | 11,519,025,068 | 10% | ||
minerthreat | 0 | 1,360,660,646 | 0.9% | ||
nateaguila | 0 | 68,606,899,028 | 5% | ||
temitayo-pelumi | 0 | 1,444,886,953 | 15% | ||
hmayak | 0 | 5,003,239,385 | 50% | ||
andrick | 0 | 857,207,921 | 50% | ||
carilinger | 0 | 29,407,874,743 | 3.75% | ||
doctor-cog-diss | 0 | 13,970,972,692 | 15% | ||
trisolaran | 0 | 471,665,056 | 0.9% | ||
musicvoter2 | 0 | 702,932,950 | 1% | ||
acont | 0 | 1,462,600,883 | 50% | ||
uche-nna | 0 | 1,772,201,949 | 1.44% | ||
cheese4ead | 0 | 1,429,813,933 | 0.9% | ||
nattybongo | 0 | 5,662,439,807 | 15% | ||
talentclub | 0 | 1,129,137,569 | 0.9% | ||
bflanagin | 0 | 721,688,946 | 0.9% | ||
ubaldonet | 0 | 4,666,822,625 | 80% | ||
armandosodano | 0 | 1,792,939,248 | 0.9% | ||
cyrusemerson | 0 | 123,007,736,175 | 100% | ||
goblinknackers | 0 | 83,534,126,872 | 7% | ||
reinaseq | 0 | 8,688,842,794 | 100% | ||
kylealex | 0 | 5,101,047,290 | 10% | ||
fran.frey | 0 | 4,171,832,570 | 50% | ||
alfonzoasdrubal | 0 | 453,287,368 | 100% | ||
pboulet | 0 | 25,541,125,040 | 12% | ||
stem-espanol | 0 | 2,605,208,748 | 100% | ||
voter002 | 0 | 21,383,957,609 | 49% | ||
voter003 | 0 | 217,321,356,454 | 89.3% | ||
voter000 | 0 | 21,353,024,800 | 43.1% | ||
futurekr | 0 | 1,412,902,295 | 100% | ||
cliffagreen | 0 | 5,207,664,592 | 10% | ||
aleestra | 0 | 16,525,074,930 | 80% | ||
palasatenea | 0 | 626,469,312 | 0.9% | ||
the.success.club | 0 | 1,175,141,233 | 0.9% | ||
giulyfarci52 | 0 | 1,705,219,255 | 50% | ||
kristall97 | 0 | 701,822,189 | 100% | ||
steemcryptosicko | 0 | 2,986,028,340 | 0.36% | ||
multifacetas | 0 | 1,124,373,853 | 0.9% | ||
cakemonster | 0 | 947,418,644 | 1.8% | ||
stem.witness | 0 | 878,394,200 | 15% | ||
zydane | 0 | 43,164,516,799 | 100% | ||
steemstorage | 0 | 2,284,308,321 | 1.8% | ||
aqua.nano | 0 | 463,504,619 | 100% | ||
crowdwitness | 0 | 3,087,162,775 | 7.5% | ||
eternalsuccess | 0 | 2,184,249,512 | 1.8% | ||
hairgistix | 0 | 1,077,162,450 | 0.9% | ||
goodcontentbot | 0 | 807,043,968 | 15% | ||
rem-steem | 0 | 3,106,959,553 | 0.9% | ||
instagram-models | 0 | 4,514,585,611 | 0.9% | ||
steemean | 0 | 10,092,220,794 | 5% | ||
killerbot | 0 | 486,100,301 | 50% | ||
littlesorceress | 0 | 1,789,266,505 | 1.8% | ||
newton666 | 0 | 681,046,901 | 100% | ||
cryptofiloz | 0 | 2,895,534,767 | 1.8% | ||
dawnoner | 0 | 756,819,808 | 0.18% | ||
epicdice | 0 | 586,889,827 | 0.54% | ||
robibasa | 0 | 31,248,980,755 | 10% | ||
beerlover | 0 | 666,880,007 | 0.54% | ||
qwerrie | 0 | 1,876,832,793 | 0.13% | ||
tggr | 0 | 495,485,754 | 0.9% | ||
walterprofe | 0 | 18,476,376,229 | 15% | ||
zeruxanime | 0 | 2,392,489,725 | 50% | ||
swayzilla | 0 | 3,618,471,021 | 100% | ||
we-are-palcoin | 0 | 383,120,446 | 100% | ||
reggaesteem | 0 | 502,624,545 | 5% | ||
bedazzled | 0 | 4,722,102,527 | 100% | ||
capp | 0 | 13,934,886,075 | 50% | ||
steemstem-trig | 0 | 273,844,019 | 15% | ||
baltai | 0 | 2,183,854,128 | 0.9% | ||
ibt-survival | 0 | 41,772,762,850 | 10% | ||
bpcvoter4 | 0 | 0 | 100% | ||
gloriaolar | 0 | 531,494,100 | 0.54% | ||
hive-199963 | 0 | 1,996,477,563 | 1.8% | ||
monica-ene | 0 | 725,549,368 | 0.9% | ||
hivewatchers | 0 | 2,196,712,894 | 55% | ||
thepeakstudio | 0 | 3,126,544,232 | 100% | ||
stemsocial | 0 | 124,892,473,239 | 15% | ||
holoferncro | 0 | 3,895,987,149 | 10% | ||
the100 | 0 | 1,591,840,883 | 0.9% | ||
hiveonboard | 0 | 462,023,621 | 0.9% | ||
hivelist | 0 | 612,497,372 | 0.54% | ||
kiemurainen | 0 | 2,570,158,054 | 0.75% | ||
hive-169313 | 0 | 2,253,523,094 | 100% | ||
noelyss | 0 | 3,086,944,143 | 7.5% | ||
kingfadino | 0 | 51,099,542,502 | 50% | ||
greengalletti | 0 | 245,868,363 | 7.5% | ||
quinnertronics | 0 | 14,966,973,629 | 7% | ||
r-nyn | 0 | 19,444,075,276 | 11% | ||
altleft | 0 | 5,388,492,024 | 0.01% | ||
omarrojas | 0 | 722,962,752 | 0.9% | ||
evagavilan2 | 0 | 540,272,870 | 0.9% | ||
meritocracy | 0 | 24,302,747,251 | 0.18% | ||
dcrops | 0 | 8,212,852,766 | 0.9% | ||
whywhy | 0 | 783,436,722 | 0.5% | ||
yozen | 0 | 2,525,755,873 | 0.9% | ||
cryptosneeze | 0 | 498,363,874 | 0.9% | ||
tawadak24 | 0 | 1,412,488,223 | 0.9% | ||
nyxlabs | 0 | 2,195,338,525 | 7.5% | ||
failingforwards | 0 | 1,103,294,793 | 0.9% | ||
mey12 | 0 | 11,068,431,863 | 80% | ||
drricksanchez | 0 | 5,231,232,218 | 0.9% | ||
nfttunz | 0 | 3,078,128,681 | 0.18% | ||
atexoras.pub | 0 | 474,660,990 | 0.9% | ||
merit.ahama | 0 | 1,459,601,324 | 0.54% | ||
holovision.cash | 0 | 3,991,374,802 | 100% | ||
krrizjos18 | 0 | 618,437,090 | 7.5% | ||
t-nil | 0 | 561,292,833 | 10% | ||
pinkfloyd878 | 0 | 4,594,465,564 | 100% | ||
ayee11 | 0 | 1,134,955,436 | 100% | ||
seinkalar | 0 | 4,849,648,024 | 1.8% | ||
sidalim88 | 0 | 650,093,621 | 0.9% | ||
aries90 | 0 | 15,881,485,262 | 1.8% | ||
migka | 0 | 5,400,203,506 | 90% | ||
pogier | 0 | 4,569,697,603 | 100% | ||
blingit | 0 | 1,258,406,213 | 0.9% | ||
yixn | 0 | 3,047,049,554 | 0.9% | ||
ledgar | 0 | 6,614,605,829 | 100% | ||
aichanbot | 0 | 646,252,904 | 1.8% | ||
newilluminati | 0 | 5,357,187,232 | 0.9% | ||
vickoly | 0 | 1,127,792,343 | 0.9% | ||
lichtkunstfoto | 0 | 2,744,161,623 | 1.8% | ||
lukasbachofner | 0 | 1,566,715,191 | 0.9% | ||
hopestylist | 0 | 512,391,970 | 0.27% | ||
doodleaday | 0 | 41,552,969,684 | 50% | ||
azj26 | 0 | 586,925,887 | 16% | ||
belug | 0 | 2,287,554,900 | 0.54% | ||
matilei | 0 | 496,487,603 | 1.8% | ||
baboz | 0 | 475,307,690 | 0.45% | ||
hk-curation | 0 | 1,671,951,253 | 1.25% | ||
llunasoul | 0 | 7,276,670,704 | 11% | ||
growandbow | 0 | 132,202,342,378 | 11% | ||
acgalarza | 0 | 2,134,343,607 | 0.54% | ||
inibless | 0 | 1,676,013,524 | 7.5% | ||
callmesmile | 0 | 1,059,261,925 | 0.9% | ||
justfavour | 0 | 1,270,333,458 | 0.9% | ||
jijisaurart | 0 | 831,157,252 | 0.9% | ||
wasined | 0 | 2,771,949,228 | 1.8% | ||
clpacksperiment | 0 | 864,779,324 | 0.9% | ||
the-burn | 0 | 506,779,233 | 0.9% | ||
humbe | 0 | 7,214,679,644 | 2% | ||
liquidocelotytt | 0 | 456,266,410 | 100% | ||
rhemagames | 0 | 1,762,658,792 | 0.9% | ||
soylegionario | 0 | 2,284,266,541 | 1.8% | ||
dev.maverick | 0 | 503,275,454 | 1.8% | ||
oladamola | 0 | 12,558,303,478 | 20% | ||
bipolar95 | 0 | 2,017,589,669 | 10% | ||
profwhitetower | 0 | 3,454,913,788 | 7.5% | ||
tecnotronics | 0 | 11,334,698,212 | 100% | ||
endhivewatchers | 0 | 0 | -0.01% |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). Thanks for including @stemsocial as a beneficiary, which gives you stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-leoumesh-string-manipulation-in-c-part-2-20250327t034851955z |
category | hive-196387 |
json_metadata | {"app":"STEMsocial"} |
created | 2025-03-27 03:48:51 |
last_update | 2025-03-27 03:48:51 |
depth | 1 |
children | 0 |
last_payout | 2025-04-03 03:48:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 545 |
author_reputation | 22,920,436,264,631 |
root_title | "String Manipulation in C#: Part 2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 141,706,077 |
net_rshares | 0 |