Is there a better (shorter?) way than the following?
let cpucount = System.UInt16.Parse( reader.GetInt32(3).ToString() )
|
feedback
|
See also and the 'casts' section of | |||
|
feedback
|
|
I don't know F#, but you could write EDIT: According to MSDN, you can cast by writing | |||
|
feedback
|