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