Initializes a new instance of the vCard class
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCard( byte[] bytes ) |
Visual Basic |
---|
Public Sub New ( _ bytes As Byte() _ ) |
Visual C++ |
---|
public: vCard( array<unsigned char>^ bytes ) |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]