c# - How can I Write 218-one-two in Textbox? -
how can show "218-one-two" in textbox has property righttoleft=yes , retrieve "218-one-two" database , show in text box has righttoleft=yes, when try show value , had shown this: "one-two-213" used string.format("{0:n}-{1}-{2}",number,string,string) didn't work. how can show or format value in format "number-string-string" in righttoleft textbox???
i not supposing use righttoleft languages use default arabic language in application, time receive english values in textbox , need show on format.
please me..
why feel need righttoleft
property on? few simple tests indicate you're not able override behavior; presumably it's there reason.
if you're trying right-align text, textbox
provides property that. set control's textalign
property "right".
you're supposed use righttoleft
languages display text in right-to-left format. judging question, that's not case.
Comments
Post a Comment