AWS SDK for .NET Documentation
DecodeItem Method (inputItem)
AmazonAmazon.SimpleDB.UtilAmazonSimpleDBUtilDecodeItem(Item) Did this page help you?   Yes   No    Tell us about it...
Decodes the base64 encoded members of the Item if necessary. The Name property of an Item can be base64 encoded. This method also decodes any encoded properties of the Attributes associated with the Input Item.
Declaration Syntax
C#
public static void DecodeItem(
	Item inputItem
)
Parameters
inputItem (Item)
The Item to be decoded
See Also
NameEncoding
DecodeAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)