GetDecimalEx Method
See Also 
SourceCode.Workflow.Client Namespace > K2Bytes Class : GetDecimalEx Method



Buf

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function GetDecimalEx( _
   ByVal Buf() As Byte _
) As Decimal
Visual Basic (Usage) Copy Code
Dim Buf() As Byte
Dim value As Decimal
 
value = K2Bytes.GetDecimalEx(Buf)
C#  
public static decimal GetDecimalEx( 
   byte[] Buf
)
C++/CLI  
public:
static decimal GetDecimalEx( 
   array<byte>^ Buf
) 

Parameters

Buf

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