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 9290733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:29:15+00:00 2026-06-18T20:29:15+00:00

Full name separator in C# is period character ( . ). e.g. System.Console.Write .

  • 0

Full name separator in C# is period character (.). e.g. System.Console.Write.

Is this defined somewhere like Path.PathSeperator, or is it hard coded in .NET reflection classes as well?

(e.g. is Type.FullName implemented as Type.Namespace + "." + Type.Name assuming that it won’t change?

  • 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-06-18T20:29:16+00:00Added an answer on June 18, 2026 at 8:29 pm

    Basically: the language specification. But actually, Type.FullName uses the BCL definitions, not the C# definitions – and interestingly they disagree. For example:

    namespace X {
        public class Y {
            public class Z {}
        }
    }
    

    To C#, Z is X.Y.Z; to the BCL it is X.Y+Z. The representation of generics changes too – with the BCL using back-ticks and numbers rather than angular brackets. I believe the BCL uses the CLI’s format of types (which has a separate specification), but if you think about it: it is not required to do so (except for during reflection-emit).

    AFAIK, these separators are not exposed via anything like Path.PathSeparator – but is, as you say, hard coded into the Type etc classes.

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

Sidebar

Related Questions

How i can get full right name of generic type? For example: This code
Trying to write a regex that can parse a full name and split it
I want to echo a full name from my MySQL database in my header.
I want to set my full name (or a name chosen by me) to
I have a textfield which takes in full name example: michael peter johnson in
I have a combobox that has the entries of a full name, eg: John
I need to search for certain users on Facebook by their names(ex. Full name
I need to convert full state name to its official state address code. For
I need to return a full directory name from inside a specified directory that
I wrote the following function to split the given full path into directory, filename

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.