ProfilePropertyLoader.ApplyFormattingEx Method (Property, Object[], Boolean)
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function ApplyFormattingEx ( _
prop As Property, _
propValue As Object(), _
ignoreFormat As Boolean _
) As String
'Usage
Dim instance As ProfilePropertyLoader
Dim prop As [Property]
Dim propValue As Object()
Dim ignoreFormat As Boolean
Dim returnValue As String
returnValue = instance.ApplyFormattingEx(prop, _
propValue, ignoreFormat)
public string ApplyFormattingEx(
Property prop,
Object[] propValue,
bool ignoreFormat
)
Parameters
- propValue
Type: []
- ignoreFormat
Type: System.Boolean
Return Value
Type: System.String