[This is preliminary documentation and is subject to change.]
Writes a short 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 WriteBEShort(
this byte[] buf,
int idx,
short value
)
public static void WriteBEShort(
this byte[] buf,
int idx,
short value
)
<ExtensionAttribute>
Public Shared Sub WriteBEShort (
buf As Byte(),
idx As Integer,
value As Short
)
<ExtensionAttribute>
Public Shared Sub WriteBEShort (
buf As Byte(),
idx As Integer,
value As Short
)
public:
[ExtensionAttribute]
static void WriteBEShort(
array<unsigned char>^ buf,
int idx,
short value
)
public:
[ExtensionAttribute]
static void WriteBEShort(
array<unsigned char>^ buf,
int idx,
short value
)
static member WriteBEShort :
buf : byte[] *
idx : int *
value : int16 -> unit
static member WriteBEShort :
buf : byte[] *
idx : int *
value : int16 -> 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).