ValueLocalizer delegate

A delegate representing a method to localize a data value.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

No code example is currently available or this language may not be supported.

Parameters

row
Type: System.Data.DataRow

The row that contains the data to localize.

value
Type: System.Object

The value to localize.

Return value

Type: System.String
A String representing the localized value.

The Localizer determines how we render the underlying data on screen.

No code example is currently available or this language may not be supported.

Refer to How to: Create a Basic JS Grid for more information.

Show: