[This is preliminary documentation and is subject to change.]
Writes an ushort 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 WriteBEUShort(
this Stream s,
ushort value
)
public static void WriteBEUShort(
this Stream s,
ushort value
)
<ExtensionAttribute>
Public Shared Sub WriteBEUShort (
s As Stream,
value As UShort
)
<ExtensionAttribute>
Public Shared Sub WriteBEUShort (
s As Stream,
value As UShort
)
public:
[ExtensionAttribute]
static void WriteBEUShort(
Stream^ s,
unsigned short value
)
public:
[ExtensionAttribute]
static void WriteBEUShort(
Stream^ s,
unsigned short value
)
static member WriteBEUShort :
s : Stream *
value : uint16 -> unit
static member WriteBEUShort :
s : Stream *
value : uint16 -> 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).