Ehsan Ghanbari
Home
Blog
Video
Podcast
Book
Course
Blog
Filter posts by
Category
Or
Tag
of the Blog section!
Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
Using Generic type for type casting in F#
In order to validate some input of type object into numeric types, you can use System.Convert in C#. We have them in F# as well! Look at the following function: open System let valid...
Thursday, 19 October 2017
Previous
1
Next