ActivityTemplateVariable.ValueToString Method

Static method that converts the Value property of the specified ActivityTemplateVariable into a string.

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

Syntax

'Declaration
Public Shared Function ValueToString ( _
    tag As String, _
    atv As ActivityTemplateVariable, _
    ct As ContentType, _
    ci As CultureInfo _
) As String
'Usage
Dim tag As String
Dim atv As ActivityTemplateVariable
Dim ct As ContentType
Dim ci As CultureInfo
Dim returnValue As String

returnValue = ActivityTemplateVariable.ValueToString(tag, _
    atv, ct, ci)
public static string ValueToString(
    string tag,
    ActivityTemplateVariable atv,
    ContentType ct,
    CultureInfo ci
)

Parameters

Return Value

Type: System.String

See Also

Reference

ActivityTemplateVariable Class

ActivityTemplateVariable Members

Microsoft.Office.Server.ActivityFeed Namespace