C
C#2y ago
Inuit

❔ I need help with C sharp and how to manipulate texts

I have seen 4 youtube videos and over 10 websites but none of them shows how to make text stand still fx not make them move if you write informations like dato and numbers, write and print to make them look "cleaner" I would appreciate the help ^_^
5 Replies
Inuit
InuitOP2y ago
fx start dato have the same line as above text but as you can see its not aligned and look messy
Angius
Angius2y ago
You probably want to pad your text
MODiX
MODiX2y ago
Angius#1586
REPL Result: Success
var x = 98.13;
$"|{x,10}|{x,-10}|"
var x = 98.13;
$"|{x,10}|{x,-10}|"
Result: string
| 98.13|98.13 |
| 98.13|98.13 |
Compile: 523.242ms | Execution: 35.984ms | React with ❌ to remove this embed.
Inuit
InuitOP2y ago
Alright im gonna try padding
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server