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