AWS SDK for .NET Documentation
DecodeRealNumberRangeInt Method (value, offsetValue)
AmazonAmazon.SimpleDB.UtilAmazonSimpleDBUtilDecodeRealNumberRangeInt(String, Int32) Did this page help you?   Yes   No    Tell us about it...
Decodes float value from the string representation that was created by using encodeRealNumberRange(..) function.
Declaration Syntax
C#
public static int DecodeRealNumberRangeInt(
	string value,
	int offsetValue
)
Parameters
value (String)
string representation of the integer value
offsetValue (Int32)
offset value that was used in the original encoding
Return Value
original integer value

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