Share via


Strings.Truncate Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Infrastructure
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared Function Truncate ( _
    strOrg As String, _
    nLength As Integer _
) As String
'Usage
Dim strOrg As String
Dim nLength As Integer
Dim returnValue As String

returnValue = Strings.Truncate(strOrg, _
    nLength)
public static string Truncate(
    string strOrg,
    int nLength
)

Parameters

Return Value

Type: System.String

See Also

Reference

Strings Class

Strings Members

Microsoft.Office.Server.Infrastructure Namespace