BigendianBigendianToUInt64 Method (Byte, Int32) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static ulong BigendianToUInt64(
this byte[] bytes,
ref int startIndex
)
<ExtensionAttribute>
Public Shared Function BigendianToUInt64 (
bytes As Byte(),
ByRef startIndex As Integer
) As ULong
public:
[ExtensionAttribute]
static unsigned long long BigendianToUInt64(
array<unsigned char>^ bytes,
int% startIndex
)
[<ExtensionAttribute>]
static member BigendianToUInt64 :
bytes : byte[] *
startIndex : int byref -> uint64
Parameters
- bytes
- Type: SystemByte
- startIndex
- Type: SystemInt32
Return Value
Type:
UInt64Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also