public static decimal ToDecimal(
byte[] value,
int startIndex
)
Public Shared Function ToDecimal (
value As Byte(),
startIndex As Integer
) As Decimal
public:
static Decimal ToDecimal(
array<unsigned char>^ value,
int startIndex
)
static member ToDecimal :
value : byte[] *
startIndex : int -> decimal