C# Class Fusion8.Cropper.Resources.ResourceFormatter

Provides access to an assembly's string resources
ファイルを表示 Open project: enriquein/Cropper Class Usage Examples

Private Properties

Property Type Description
ResourceFormatter System.Globalization

Public Methods

Method Description
GetString ( string resourceId ) : string

Loads an unformatted string

GetString ( string resourceId, object args ) : string

Loads a formatted string

Private Methods

Method Description
ResourceFormatter ( ) : System.Globalization

Method Details

GetString() public static method

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

GetString() public static method

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
return string