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