GET api/NewBytes/base64/{length}
Creates a new byte sequence of the specified length, with the Base64 format.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
length |
The length of the result. 0 ≦ x ≦ 4096. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Base64 format.
stringResponse Formats
application/json, text/json
Sample:
"IDCosO+YQ4c="