set padding to dynamic textbox C# asp.net
here is the code I create textbox from C# code..
here is the code I create textbox from C# code..
I’m trying to find out if in the format function if I can convert my float to 2 decimal points and have it align in the one line. In the example below I want to align the last element, i’m wondering if I can do something like print("{0:.2f} {1:<60} {{2:.2f}:<8} {3:.2f}".format(item[0], item[1], item[2], item[3])) I’m aware I can use the round function on the 2nd last element and then align it.
I am processing a text file containing coordinates x, y, z
I am trying to add spacing to align text in between two strings vars without using " " to do so