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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:31:32+00:00 2026-05-22T16:31:32+00:00

In F#, I am parsing a decimal string with let foo str = match

  • 0

In F#, I am parsing a decimal string with

let foo str =
    match Decimal.TryParse str with
    | (true, result) -> Some result
    | (false, _) -> None

which uses the current system culture to parse the string. But I actually want to parse the string using CultureInfo.InvariantCulture. Can this be done in a pattern matching manner like above? If not, what is the cleanest way to do this?

  • 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-22T16:31:33+00:00Added an answer on May 22, 2026 at 4:31 pm

    Use something like:

     let foo str =
         match System.Decimal.TryParse(str, NumberStyles.AllowDecimalPoint, CultureInfo.InvariantCulture) with
         | (true, result) -> Some result
         | (false, _) -> None 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When it comes to parsing numbers with decimal separators from string, Wicket's BigDecimalConverter behaves
I'm trying to parse a string to a decimal and the parsing should failed
I'm having some problems in the moment of parsing String to Doubles, with Spring
I am parsing some vertice information from an XML file which reads as follows
I'm parsing text from a file and storing it in a string. The problem
I'm looking at parsing a delimited string, something on the order of a,b,c But
I've been parsing through some log files and I've found that some of the
I have a source XML that uses a dot (.) as a decimal separator
I'm doing some parsing work, too complex to get into details, but there's one
I have strings which contains thousand separators, however no string-to-number function wants to consume

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.