GET api/NewBytes/base64/{length}

/api/NewBytes/base64/8

Creates a new byte sequence of the specified length, with the Base64 format.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
length

The length of the result. 0 ≦ x ≦ 4096.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The Base64 format.

string

Response Formats

application/json, text/json

Sample:
"2JhHaYhRX5c="