C# 클래스 Recognos.Core.Format

Helper class to format strings with InvariantCulture
파일 보기 프로젝트 열기: Recognos/Recognos.Core

공개 메소드들

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

Format a string with invariant culture.

Invariant ( string format, object arg0 ) : string

Format a string with invariant culture.

Invariant ( string format, object arg0, object arg1 ) : string

Format a string with invariant culture.

Invariant ( string format, object arg0, object arg1, object arg2 ) : string

Format a string with invariant culture.

메소드 상세

Invariant() 공개 정적인 메소드

Format a string with invariant culture.
public static Invariant ( string format ) : string
format string The format of the string.
리턴 string

Invariant() 공개 정적인 메소드

Format a string with invariant culture.
public static Invariant ( string format, object arg0 ) : string
format string The format of the string.
arg0 object The argument to format with.
리턴 string

Invariant() 공개 정적인 메소드

Format a string with invariant culture.
public static Invariant ( string format, object arg0, object arg1 ) : string
format string The format of the string.
arg0 object The argument to format with.
arg1 object The argument to format with.
리턴 string

Invariant() 공개 정적인 메소드

Format a string with invariant culture.
public static Invariant ( string format, object arg0, object arg1, object arg2 ) : string
format string The format of the string.
arg0 object The argument to format with.
arg1 object The argument to format with.
arg2 object The argument to format with.
리턴 string