ESRI.ArcGIS.ADF.Web
GetResourceString Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > ResourceUtility Class : GetResourceString Method




name
Resource name
Get resource string

Syntax

Visual Basic (Declaration) 
Public Shared Function GetResourceString( _
   ByVal name As String _
) As String
Visual Basic (Usage)Copy Code
Dim name As String
Dim value As String
 
value = ResourceUtility.GetResourceString(name)
C# 
public static string GetResourceString( 
   string name
)

Parameters

name
Resource name

See Also

© 2010 All Rights Reserved.