SPUtility.FormatStringWithListType method (String, SPList)

Format a string by inserting the name that corresponds to a list’s SPBaseType.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function FormatStringWithListType ( _
    format As String, _
    list As SPList _
) As String
'Usage
Dim format As String
Dim list As SPList
Dim returnValue As String

returnValue = SPUtility.FormatStringWithListType(format, _
    list)
public static string FormatStringWithListType(
    string format,
    SPList list
)

Parameters

  • format
    Type: System.String

    The string to format, such as “Allow this {0} to receive e-mail”.

Return value

Type: System.String
The formatted string.

See also

Reference

SPUtility class

SPUtility members

FormatStringWithListType overload

Microsoft.SharePoint.Utilities namespace