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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:41:47+00:00 2026-05-16T21:41:47+00:00

I searched here and on the net but no answer. The reason I ask

  • 0

I searched here and on the net but no answer.

The reason I ask is, since F# conventions seems like they favor noncapital letters, using BCL types with Pascal conventions look weird in F#, as in:

let stringD = String.Join(" ",[| stringA; stringB |])

Seems like it would be more in the spirit of F# like this:

let stringD = string.join(" ",[| stringA; stringB |])
  • 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-16T21:41:48+00:00Added an answer on May 16, 2026 at 9:41 pm

    Ok, a few things.

    First, F# is case-sensitive.

    Second, the F# conventions for naming are described in the F# Component Design Guidelines
    . Briefly, let-bound members inside F# modules use camelCase, but all .NET OO constructs use PascalCase. This is true throughout the F# library.

    Finally, in F# string is not a keyword, rather it is both the name of a type abbreviation (for System.String) and the name of a function (that converts to a string). In the expression context of string.Join, the function name takes precedence, which is why string.Join does not work. And because of case-sensitivity, System.String.join would never work (unless e.g. you added an extension member).

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

Sidebar

Related Questions

I've searched through the other expected Class Name error questions on here, but they
I searched the net and books, for an answer but didn't find it. (maybe
Did some searches here & on the 'net and haven't found a good answer
I've searched the web and I've searched the questions here on stackoverflow, but I
I've searched and found a good discussion here on SO , but it is
Here we go again , searched and tried myself but none of the online
first post here, I come in peace :) I've searched but can't quite find
I searched everywhere but can't find it. So I'm asking it here. I want
I must be reinventing the wheel here - but I've searched and I can't
.NET/MVC3 newbie, so please bear with me! I've searched for this answer all over

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.