AWS SDK for .NET Documentation
EncodeZeroPadding Method (number, maxNumDigits)
AmazonAmazon.SimpleDB.UtilAmazonSimpleDBUtilEncodeZeroPadding(Single, Int32) Did this page help you?   Yes   No    Tell us about it...
Encodes positive single-precision floating point value into a string by zero-padding it to the specified number of digits.
Declaration Syntax
C#
public static string EncodeZeroPadding(
	float number,
	int maxNumDigits
)
Parameters
number (Single)
positive floating point value to be encoded
maxNumDigits (Int32)
maximum number of digits in the largest value in the data set
Return Value
A string representation of the zero-padded floating point value
Remarks
This function only zero-pads digits to the left of the decimal point. For example, the value 123.456 encoded with a 6 digit maximum would be represented as 000123.456

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