Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
format
Type: System.StringThe string value to be parsed.
Return Value
Type: System.Collections.Generic.List<SimpleTemplateFormat>
Remarks
Returns a list of SimpleTemplateFormat objects.