SP.Base64EncodedByteArray.getByteAt(index) Method
Applies to: SharePoint Foundation 2010
Gets the value of the specified array element.
var value = SP.Base64EncodedByteArray.getByteAt(index);
Parameters
index
The index of the element in the array.
Type: Int32
Return Value
Type: Byte
The value of the array element.
Exceptions
Error
The index specified is out of range of the array.
Applies To
SP.Base64EncodedByteArray Class
See Also
Reference
SP.Base64EncodedByteArray Methods