|
BroValueExtensions Class |
Defines extension functions for the
BroValue interface.
Inheritance Hierarchy
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public static class BroValueExtensions
<ExtensionAttribute>
Public NotInheritable Class BroValueExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BroValueExtensions = class end
/** @attribute ExtensionAttribute */
public final class BroValueExtensions
BroccoliSharp.BroValueExtensions = function();
Type.createClass(
'BroccoliSharp.BroValueExtensions');
The BroValueExtensions type exposes the following members.
Methods
| Name | Description |
---|
| ConvertToType |
Attempts to get a new BroValue based on the provided value converted to the specified type.
|
TopSee Also