Returns a copy of this ID as an array of bytes.


Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Function GetBytes() As Byte()
C#
public byte[] GetBytes()
C++
public:
 array<char>^ GetBytes() sealed 
J#
public byte[] GetBytes()
JScript
public  function GetBytes() : Byte[]

Return Value

A copy of this ID as an array of bytes.

See Also