Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of characters in the supplied string object.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Length ( _
value As Object _
) As Object
'Usage
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
Parameters
- value
Type: System.Object
The string to be checked.
Return Value
Type: System.Object
The length of the string value.
Remarks
An error is raised when the supplied value is not of type String.