GetBytes(Int32) Method
See Also 
SourceCode.Workflow.Client Namespace > K2Bytes Class > GetBytes Method : GetBytes(Int32) Method



val

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetBytes( _
   ByVal val As Integer _
) As Byte()
Visual Basic (Usage) Copy Code
Dim val As Integer
Dim value() As Byte
 
value = K2Bytes.GetBytes(val)
C#  
public static byte[] GetBytes( 
   int val
)
C++/CLI  
public:
static array<byte>^ GetBytes( 
   int val
) 

Parameters

val

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also