c# - Adjusting Unicode based on user input -



c# - Adjusting Unicode based on user input -

i'd display e^x = answer in label on windows form, using appropriate superscript rather ^x.

x user's input text box, reply math.exp(x). of variables declared , calculations done after user clicks e^x button (it's simple calculator application).

unicode superscript 4-9 \u2074 \u2079. realized superscript 2 , 3 follow different pattern, i'll worry later

i've been trying various ways concatenate \\u207 , x variable result displayed on label either \u207x or system.char[]

is there way i'm trying accomplish? or approaching wrong way?

this not work standard label. refer question how using htmlrenderer

how add together superscript powerfulness operators in c# winforms

c# winforms unicode

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -