GetString() public static méthode

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