ikasimoff / mdcm

Automatically exported from code.google.com/p/mdcm
0 stars 0 forks source link

DcmValueElement<T>.ParseNumber has no support for double and float types #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. SetValueString(string) on DcmFloatingPointDouble and DcmFloatingPointSingle

What is the expected output? What do you see instead?
- Expected: value in object, instead ObjectNullReference because
ParseNumber returns null

What version of the product are you using? On what operating system?
- SVN revision 67

Please provide any additional information below.
- Attached patch which adds double and float to DcmValueElement<T>.ParseNumber

Original issue reported on code.google.com by wowt...@gmail.com on 29 Jan 2010 at 10:13

Attachments: