L
Laszlo Szijarto
Using reflection, I am iterating through an array of FieldInfo objects and
wish to determine whether any given field represents a signed or an unsigned
variable (makes a difference in terms of how I parse some data from a raw
byte stream).
Is there anyway to determine whether a particular field is signed or
unsigned either from a FieldInfo object or else from a Type object stored in
fieldInfo.FieldType property?
Thank you very much for your help,
Laszlo
wish to determine whether any given field represents a signed or an unsigned
variable (makes a difference in terms of how I parse some data from a raw
byte stream).
Is there anyway to determine whether a particular field is signed or
unsigned either from a FieldInfo object or else from a Type object stored in
fieldInfo.FieldType property?
Thank you very much for your help,
Laszlo