C# 클래스 Itenso.Sys.StringsBase

Provides some helper functionality to keep resource handling in a namespace as simple and uniform as possible.
intended to be used by a singleton class per namespace, which should commonly be named Strings. This singleton instance should provide access to resources via strongly typed properties, thus avoiding coding errors with misspelled resource identifiers.
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

보호된 메소드들

메소드 설명
Format ( string format ) : string

Formats the given format-string with the invariant culture and the given arguments.

NewInst ( Type singletonType ) : ResourceManager

Creates a ResourceManager instance for the given type, loading its resources from the type's full name, suffixed with '.resx'.

메소드 상세

Format() 보호된 정적인 메소드

Formats the given format-string with the invariant culture and the given arguments.
protected static Format ( string format ) : string
format string the string to format
리턴 string

NewInst() 보호된 정적인 메소드

Creates a ResourceManager instance for the given type, loading its resources from the type's full name, suffixed with '.resx'.
protected static NewInst ( Type singletonType ) : ResourceManager
singletonType System.Type the type of the singleton
리턴 System.Resources.ResourceManager