c# - xsd.exe converts unsignedShort to byte -


i'm using xsd.exe generate class schema. schema defines 1 attribute xs:unsignedshort.

<xs:attribute name="number" type="xs:unsignedshort"  use="required"/> 

in generated class gets defined 1 single byte.

private byte numberfield; 

i need parse number string , assign field value. how can achieve this?


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -