Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Sets the value of the specified array element.
SP.Base64EncodedByteArray.setByteAt(index, b);
Parameters
index
The index of the array element.
Type: Int32
b The byte to set to the array.
Type: Byte
Exceptions
ErrorThe index specified is out of range of the array.
Applies To
SP.Base64EncodedByteArray Class
See Also
Reference
SP.Base64EncodedByteArray Methods