Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7431659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:19:50+00:00 2026-05-29T09:19:50+00:00

I have a string abc defg h I wanted to translate each letter into

  • 0

I have a string “abc defg h”

I wanted to translate each letter into the corresponding number for example ‘A’ as ’00’, ‘B’ as ’01’

eg

‘hello’ –> ’06 04 10 10 14′

ps would a dictionary help at all with this?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T09:19:50+00:00Added an answer on May 29, 2026 at 9:19 am

    You examples do not match up. Should H be 6 or 7? This is a basic example, but it only handles letters well, spaces and punctuation you will have to determine how you want to handle:

        Dim value As String = "HELLO"
        For Each character In value.ToUpper()
            Debug.Print((Asc(character) - 65).ToString("00"))
        Next
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a String variable abc . Now I would like to check whether
If you have this: foreach(string n in txtList) { Console.WriteLine(n); } Output: [HKEY_Something_Something\.abc] [HKEY_Something_Something\.defg]
I have the following string (the double quotes are part of the string): abc
I have a string headerText, which containing text ABC (2-8 Days). How can truncate
I have a String variable say strHTML = <div class='abc'> This is a test
I have a list of string like: s = [(abc,bcd,cde),(123,3r4,32f)] Now I want to
I have a table as Name(String) fromRange(int) toRange(int) abc 15160 15180 bhy 12510 12515
I have defined a struct ABC to contain an int ID, string NAME, string
I have input string as below (abc xyz OR def) AND (ghi OR jkl)
if you have a string string='abcdefg' and you wanted to check if the length

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.