[This is preliminary documentation and is subject to change.]
Writes a short encoded as big endian to the given stream
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteBEShort(
this Stream s,
short value
)
public static void WriteBEShort(
this Stream s,
short value
)
<ExtensionAttribute>
Public Shared Sub WriteBEShort (
s As Stream,
value As Short
)
<ExtensionAttribute>
Public Shared Sub WriteBEShort (
s As Stream,
value As Short
)
public:
[ExtensionAttribute]
static void WriteBEShort(
Stream^ s,
short value
)
public:
[ExtensionAttribute]
static void WriteBEShort(
Stream^ s,
short value
)
static member WriteBEShort :
s : Stream *
value : int16 -> unit
static member WriteBEShort :
s : Stream *
value : int16 -> unit
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Stream. 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).