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