Share via


SimpleTemplateFormat.SimpleParse method

Static method that parses out and stores the tags and literal strings inside a formatted string.

Namespace:  Microsoft.Office.Server.ActivityFeed
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Shared Function SimpleParse ( _
    format As String _
) As List(Of SimpleTemplateFormat)
'Usage
Dim format As String
Dim returnValue As List(Of SimpleTemplateFormat)

returnValue = SimpleTemplateFormat.SimpleParse(format)
public static List<SimpleTemplateFormat> SimpleParse(
    string format
)

Parameters

Return value

Type: System.Collections.Generic.List<SimpleTemplateFormat>

Remarks

Returns a list of SimpleTemplateFormat objects.

See also

Reference

SimpleTemplateFormat class

SimpleTemplateFormat members

Microsoft.Office.Server.ActivityFeed namespace