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