Condividi tramite


Metodo OpenTypeMethods.Length

Ottiene il numero di caratteri nell'oggetto stringa fornito.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Shared Function Length ( _
    value As Object _
) As Object
'Utilizzo
Dim value As Object
Dim returnValue As Object

returnValue = OpenTypeMethods.Length(value)
public static Object Length(
    Object value
)
public:
static Object^ Length(
    Object^ value
)
static member Length : 
        value:Object -> Object 
public static function Length(
    value : Object
) : Object

Parametri

Valore restituito

Tipo: System.Object
La lunghezza del valore stringa.

Osservazioni

Un errore viene generato quando il value fornito non è del tipo String.

Vedere anche

Riferimento

OpenTypeMethods Classe

Spazio dei nomi System.Data.Services.Providers