[This is preliminary documentation and is subject to change.]
Writes an unsigned integer encoded as big endian to buffer at the specified index
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteBEUInt32(
this byte[] buf,
int idx,
uint value
)
public static void WriteBEUInt32(
this byte[] buf,
int idx,
uint value
)
<ExtensionAttribute>
Public Shared Sub WriteBEUInt32 (
buf As Byte(),
idx As Integer,
value As UInteger
)
<ExtensionAttribute>
Public Shared Sub WriteBEUInt32 (
buf As Byte(),
idx As Integer,
value As UInteger
)
public:
[ExtensionAttribute]
static void WriteBEUInt32(
array<unsigned char>^ buf,
int idx,
unsigned int value
)
public:
[ExtensionAttribute]
static void WriteBEUInt32(
array<unsigned char>^ buf,
int idx,
unsigned int value
)
static member WriteBEUInt32 :
buf : byte[] *
idx : int *
value : uint32 -> unit
static member WriteBEUInt32 :
buf : byte[] *
idx : int *
value : uint32 -> unit
Usage 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).