Spread for ASP.NET 12 Product Documentation
GetResourceString Method (MapperInfoConverter)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > MapperInfoConverter Class : GetResourceString Method
The id.
Gets the resource string.
Syntax
'Declaration
 
Public Function GetResourceString( _
   ByVal id As String _
) As String
'Usage
 
Dim instance As MapperInfoConverter
Dim id As String
Dim value As String
 
value = instance.GetResourceString(id)
public string GetResourceString( 
   string id
)

Parameters

id
The id.
See Also

Reference

MapperInfoConverter Class
MapperInfoConverter Members