GetString() public static method

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