GetBytes Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Get bytes.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] GetBytes()
Public Function GetBytes As Byte()
public:
array<unsigned char>^ GetBytes()

Return Value

The resulting byte array.

See Also