C#
C#

help

Root Question Message

𝖇𝖆𝖉𝖇𝖔𝖓𝖓𝖞
𝖇𝖆𝖉𝖇𝖔𝖓𝖓𝖞12/22/2022
✅ Probably a simple general knowledge question, not to sure what to title it?

Im trying to store some data in a seperate file and then use it in a string but for some reason the string seems to come out as 2 strings which split at the variable?
string data = File.ReadAllText("./ntfFuoyFGA7qts1i/MDBP.txt");
string MDBLink = String.Format("hello {0}", data);

for some reason returns
hello
/data/

and im trying to make it return
hello /data/
𝖇𝖆𝖉𝖇𝖔𝖓𝖓𝖞
𝖇𝖆𝖉𝖇𝖔𝖓𝖓𝖞12/22/2022
Not sure how to close this but i have fixed it
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy