Quantcast
Channel: F# string.Format - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Tomas Petricek for F# string.Format

If you want to avoid using the full name, you can use open in F#:open Systemlet s = String.Format("Hello {0}", "world")This should work in both F# interactive (enter the open clause first) and in...

View Article



Answer by Yin Zhu for F# string.Format

the full name of it is:System.String.Format

View Article

F# string.Format

I am writing my first F# libraryI am trying to use string.Format and it complains that no such function exists.Is it not available or am I doing something wrong?

View Article
Browsing all 3 articles
Browse latest View live




Latest Images