BlobReader.TryReadCompressedSignedInteger(Int32) Metodo

Definizione

Legge un valore Signed Integer compresso. Vedere La sezione Specifica dei metadati II.23.2: BLOB e firme.

public:
 bool TryReadCompressedSignedInteger([Runtime::InteropServices::Out] int % value);
public bool TryReadCompressedSignedInteger (out int value);
member this.TryReadCompressedSignedInteger : int -> bool
Public Function TryReadCompressedSignedInteger (ByRef value As Integer) As Boolean

Parametri

value
Int32

Valore dell'Integer compresso che è stato letto.

Restituisce

true se il valore è stato letto correttamente. false se i dati nella posizione corrente non erano un Integer compresso valido.

Si applica a