C# 클래스 Fusion8.Cropper.Resources.ResourceFormatter

Provides access to an assembly's string resources
파일 보기 프로젝트 열기: enriquein/Cropper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ResourceFormatter System.Globalization

공개 메소드들

메소드 설명
GetString ( string resourceId ) : string

Loads an unformatted string

GetString ( string resourceId, object args ) : string

Loads a formatted string

비공개 메소드들

메소드 설명
ResourceFormatter ( ) : System.Globalization

메소드 상세

GetString() 공개 정적인 메소드

Loads an unformatted string
public static GetString ( string resourceId ) : string
resourceId string Identifier of string resource
리턴 string

GetString() 공개 정적인 메소드

Loads a formatted string
public static GetString ( string resourceId, object args ) : string
resourceId string Identifier of string resource
args object Array of objects to be passed to string.Format
리턴 string