Condividi tramite


Metodo StructuralObject.GetValidValue (Byte[])

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Restituisce una copia del valore byte corrente.

Spazio dei nomi:  System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Protected Friend Shared Function GetValidValue ( _
    currentValue As Byte() _
) As Byte()
'Utilizzo
Dim currentValue As Byte()
Dim returnValue As Byte()

returnValue = StructuralObject.GetValidValue(currentValue)
protected internal static byte[] GetValidValue(
    byte[] currentValue
)
protected public:
static array<unsigned char>^ GetValidValue(
    array<unsigned char>^ currentValue
)
static member GetValidValue : 
        currentValue:byte[] -> byte[] 
static function GetValidValue(
    currentValue : byte[]
) : byte[]

Parametri

  • currentValue
    Tipo: System.Byte[]
    Valore della matrice di byte corrente.

Valore restituito

Tipo: System.Byte[]
Copia del valore Byte corrente.

Vedere anche

Riferimento

StructuralObject Classe

Overload GetValidValue

Spazio dei nomi System.Data.Entity.Core.Objects.DataClasses