AWS SDK for .NET Documentation
AmazonSimpleDBUtil Class
AmazonAmazon.SimpleDB.UtilAmazonSimpleDBUtil Did this page help you?   Yes   No    Tell us about it...
Provides a collection of static functions to: 1. Convert various values into strings that may be compared lexicographically 2. Decode a Base64 Encoded string 3. Decode an Amazon SimpleDB Attribute's properties 4. Decode an Amazon SimpleDB Item's properties and constituent Item(s)
Declaration Syntax
C#
public static class AmazonSimpleDBUtil
Members
All MembersMethodsProperties



IconMemberDescription
DecodeAttribute(Attribute)
Decodes the base64 encoded properties of the Attribute. The Name and/or Value properties of an Attribute can be base64 encoded.

DecodeAttributes(List<(Of <<'(Attribute>)>>))
Decodes the base64 properties of every SimpleDB Attribute specified in list of attributes specified as input.

DecodeBase64String(String)
Returns the Base64 decoded version of the input string.

DecodeDate(String)
Decodes date value from the string representation created using encodeDate(..) function.

DecodeItem(Item)
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.

DecodeItems(List<(Of <<'(Item>)>>))
Decodes the base64 encoded members of the Item List.

DecodeRealNumberRangeFloat(String, Int32, Int32)
Decodes float value from the string representation that was created by using encodeRealNumberRange(..) function.

DecodeRealNumberRangeInt(String, Int32)
Decodes float value from the string representation that was created by using encodeRealNumberRange(..) function.

DecodeZeroPaddingFloat(String)
Decodes zero-padded positive float value from the string representation

DecodeZeroPaddingInt(String)
Decodes zero-padded positive integer value from the string representation

EncodeDate(DateTime)
Encodes date value into string format that can be compared lexicographically

EncodeRealNumberRange(Int32, Int32, Int32)
Encodes real integer value into a string by offsetting and zero-padding number up to the specified number of digits. Use this encoding method if the data range set includes both positive and negative values.

EncodeRealNumberRange(Single, Int32, Int32, Int32)
Encodes real float value into a string by offsetting and zero-padding number up to the specified number of digits. Use this encoding method if the data range set includes both positive and negative values.

EncodeZeroPadding(Int32, Int32)
Encodes positive integer value into a string by zero-padding it up to the specified number of digits.

EncodeZeroPadding(Single, Int32)
Encodes positive single-precision floating point value into a string by zero-padding it to the specified number of digits.

FormattedCurrentTimestamp
Gets the Current Date as an ISO8601 formatted Timestamp

Inheritance Hierarchy
Object
AmazonSimpleDBUtil

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