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.
Removes all leading and trailing white-space characters from a string.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Trim ( _
targetString As Object _
) As Object
'Usage
Dim targetString As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Trim(targetString)
public static Object Trim(
Object targetString
)
public:
static Object^ Trim(
Object^ targetString
)
static member Trim :
targetString:Object -> Object
public static function Trim(
targetString : Object
) : Object
Parameters
- targetString
Type: System.Object
The string to trim.
Return Value
Type: System.Object
The trimmed string.