Click or drag to resize
BroccoliSharp BroStringLength Property
Gets the number of characters in this BroString.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public int Length { get; }

Property Value

Type: Int32
Remarks
Returns the str_len value (accessed via the bro_string_get_length function) from the bro_string structure.
See Also