C# 클래스 Qowaiv.Formatting.FormattingArguments

파일 보기 프로젝트 열기: Corniel/Qowaiv 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
None FormattingArguments

Private Properties

프로퍼티 타입 설명
FormattingArguments System
ISerializable void

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Returns true if this instance and the other object are equal, otherwise false.

FormattingArguments ( IFormatProvider formatProvider ) : System

Initializes a new instance of new formatting arguments.

FormattingArguments ( string format ) : System

Initializes a new instance of new formatting arguments.

FormattingArguments ( string format, IFormatProvider formatProvider ) : System

Initializes a new instance of new formatting arguments.

GetHashCode ( ) : int

Returns the hash code for this formatting arguments.

ToString ( IFormattable obj ) : string

Formats the object using the formatting arguments.

ToString ( object obj ) : string

Formats the object using the formatting arguments.

If the object does not implement IFormattable, the ToString() will be used.

operator ( ) : bool

Returns true if the left and right operand are equal, otherwise false.

비공개 메소드들

메소드 설명
FormattingArguments ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of formatting arguments based on the serialization info.

ISerializable ( SerializationInfo info, StreamingContext context ) : void

Adds the underlying property of formatting arguments to the serialization info.

메소드 상세

Equals() 공개 메소드

Returns true if this instance and the other object are equal, otherwise false.
public Equals ( object obj ) : bool
obj object An object to compare with.
리턴 bool

FormattingArguments() 공개 메소드

Initializes a new instance of new formatting arguments.
public FormattingArguments ( IFormatProvider formatProvider ) : System
formatProvider IFormatProvider /// The format provider. ///
리턴 System

FormattingArguments() 공개 메소드

Initializes a new instance of new formatting arguments.
public FormattingArguments ( string format ) : System
format string /// The format. ///
리턴 System

FormattingArguments() 공개 메소드

Initializes a new instance of new formatting arguments.
public FormattingArguments ( string format, IFormatProvider formatProvider ) : System
format string /// The format. ///
formatProvider IFormatProvider /// The format provider. ///
리턴 System

GetHashCode() 공개 메소드

Returns the hash code for this formatting arguments.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Formats the object using the formatting arguments.
public ToString ( IFormattable obj ) : string
obj IFormattable /// The IFormattable object to get the formatted string representation from. ///
리턴 string

ToString() 공개 메소드

Formats the object using the formatting arguments.
If the object does not implement IFormattable, the ToString() will be used.
public ToString ( object obj ) : string
obj object /// The object to get the formatted string representation from. ///
리턴 string

operator() 공개 정적인 메소드

Returns true if the left and right operand are equal, otherwise false.
public static operator ( ) : bool
리턴 bool

프로퍼티 상세

None 공개적으로 정적으로 프로퍼티

Represents empty/not set formatting arguments.
public static FormattingArguments,Qowaiv.Formatting None
리턴 FormattingArguments