BlobBuilder.WriteInt32BE(Int32) Method

Definition

public:
 void WriteInt32BE(int value);
public void WriteInt32BE (int value);
member this.WriteInt32BE : int -> unit
Public Sub WriteInt32BE (value As Integer)

Parameters

value
Int32

Exceptions

Builder is not writable, it has been linked with another one.

Applies to