GET api/NewBytes/hexlower/{length}

/api/NewBytes/hexlower/8

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

string

Response Formats

application/json, text/json

Sample:
"3a12c9ced73724a7"