GetString() 공개 정적인 메소드

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