[This is preliminary documentation and is subject to change.]
Reads an ushort encoded as big endian from stream
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ushort ReadBEUShort(
this Stream s
)
public static ushort ReadBEUShort(
this Stream s
)
<ExtensionAttribute>
Public Shared Function ReadBEUShort (
s As Stream
) As UShort
<ExtensionAttribute>
Public Shared Function ReadBEUShort (
s As Stream
) As UShort
public:
[ExtensionAttribute]
static unsigned short ReadBEUShort(
Stream^ s
)
public:
[ExtensionAttribute]
static unsigned short ReadBEUShort(
Stream^ s
)
static member ReadBEUShort :
s : Stream -> uint16
static member ReadBEUShort :
s : Stream -> uint16
Return Value
Type:
UInt16Usage 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).