Click or drag to resize
BroccoliSharp BroString Constructor (String)
Creates a new BroString from an existing string.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroString(
	string value
)

Parameters

value
Type: SystemString
String value used to initialize BroString.
See Also