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
- strOrg
Type: System.String
- nLength
Type: System.Int32
Return Value
Type: System.String