@bytes.len
Return the byte length of a bytes value.
Returns: number
Syntax
Section titled “Syntax”@bytes.len(value)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
value |
bytes |
Input value |
Examples
Section titled “Examples”# Get byte lengthprint @bytes.len(0xaabbccdd)