Jump to content

Converting letters into a string

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
WiiFan2012

WiiFan2012

    Newbie

  • Members
  • Pip
  • 5 posts
I'm writing a program that generates a set of text.

I know the basics of VB.net but would like to convert RichTextBox1's text into the appropriate text format.

Ex:

"A" = "109" etc.

Thanks for the help!

#2
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
RichTextBox1.Text.Replace("A","109")