Home
Find the answer to your question
I am using the .NET SDK with vb6, and I am stuck on a problem deciphering the item.ListingType codes.
The codes are being returned in Numeric format as per the old Legacy Schema and not in string format as they should be under the SDK.
How can I get the string values?
Summary
Accessing the value for Item.ListingType in VB6 using the .NET SDK returns the numerical value of the enum.
This is the correct behavior, and there is no way in VB6 to get the string value from an instance variable of an enum.
</