ArcFM Responder Mobile Developer Guide
GetString Method (Resourcer)






Takes a String value
Use this method to retrieve string values. This method should NOT be used to retrieve branded strings.
Overload List
OverloadDescription
GetString(String)Takes a String value  
GetString(String,Object[])Takes a String and Object value.  
Example
String = "Some command caption."
C# Copy Code
command.Caption = res .GetString("Foo.BarCaption");
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Resourcer Class
Resourcer Members

Send Feedback