Implicit operator allowing cast of OctetString objects to byte[] array
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static implicit operator byte[] ( OctetString oStr ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ oStr As OctetString _ ) As Byte() |
| Visual C++ |
|---|
static implicit operator array<unsigned char>^ ( OctetString^ oStr ) |
Parameters
- oStr
- Type: SnmpSharpNet..::..OctetString
OctetString to cast as byte array