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

  • Home
  • SEARCH
  • 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 661369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:15:34+00:00 2026-05-13T23:15:34+00:00

I ran some code through an automatic translator for C# to VB, and it

  • 0

I ran some code through an automatic translator for C# to VB, and it translated some code like this:

Public Property Title As [String]

How is this different to

Public Property Title As String

and why do both exist?

  • 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-13T23:15:34+00:00Added an answer on May 13, 2026 at 11:15 pm

    String is a keyword. If you want to use a keyword as an identifier, you’ll have to enclose it in brackets. [String] is an identifier. String keyword always refers to System.String class while [String] can refer to your own class named String in the current namespace. Assuming you have Imports System, both refer to the same thing most of the time but they can be different:

    Module Test
        Class [String]
        End Class
        Sub Main()
            Dim s As String = "Hello World"        // works
            Dim s2 As [String] = "Hello World"     // doesn't work
        End Sub
    End Module
    

    The primary reason for existence of [ ] for treating keywords as identifiers is interoperability with libraries from other languages that may use VB keywords as type or member names.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 497k
  • Answers 497k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer TCPDF seems to be a native implementation of PDF generation… May 16, 2026 at 12:07 pm
  • Editorial Team
    Editorial Team added an answer Setting a width on a block element alone won't stop… May 16, 2026 at 12:07 pm
  • Editorial Team
    Editorial Team added an answer You should look at $_SERVER['QUERY_STRING'], which contains the query string… May 16, 2026 at 12:07 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I had some code that ran commands through Runtime.getRuntime.exec(String) , and it worked on
Recently, I ran some of my JavaScript code through Crockford's JSLint , and it
I am porting some Java code to C# and I ran across this: List<?>
I ran my code through xdebug profiler and saw more than 30 percent of
I was working on an abstract class to save on some code for a
Executive Summary: preg_replace() ran faster than string comparisons. Why? Shouldn't regular expressions be slower?
I have recently gone through a bunch of standalone utility apps written in VB6
I was looking through the Domain Oriented N-Layered .NET 4.0 Sample App project and
For as long as I can remember I have avoided using switch statement fall-through.
I'm having some trouble looping over a HashMap to print out it's values to

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.