GetString() public static method

Loads an unformatted string
public static GetString ( string resourceId ) : string
resourceId string Identifier of string resource
return string
Example #1
0
 public static string GetString()
 {
     return(ResourceFormatter.GetString("ExCenterSizeOutOfRange"));
 }
Example #2
0
 public static string GetString()
 {
     return(ResourceFormatter.GetString("MsgAbout"));
 }
Example #3
0
 public static string GetString()
 {
     return(ResourceFormatter.GetString("MsgUnhandledCaption"));
 }