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



val

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetBytes( _
   ByVal val As Decimal _
) As Byte()
Visual Basic (Usage) Copy Code
Dim val As Decimal
Dim value() As Byte
 
value = K2Bytes.GetBytes(val)
C#  
public static byte[] GetBytes( 
   decimal val
)
C++/CLI  
public:
static array<byte>^ GetBytes( 
   decimal 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