|
BroStringLength Property |
Gets the number of characters in this
BroString.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public int Length { get; }
Public ReadOnly Property Length As Integer
Get
member Length : int with get
/** @property */
public int get_Length()
Property Value
Type:
Int32Remarks
Returns the
str_len value (accessed via the
bro_string_get_length function) from the
bro_string structure.
See Also