GET api/NewBytes/hexupper/{length}

/api/NewBytes/hexupper/8

Creates a new byte sequence of the specified length, with the uppercase hexadecimal 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 uppercase hexadecimal format.

string

Response Formats

application/json, text/json

Sample:
"29E4F3C40D1BC830"