C# Class Qowaiv.Formatting.FormattingArguments

Afficher le fichier Open project: Corniel/Qowaiv Class Usage Examples

Méthodes publiques

Свойство Type Description
None FormattingArguments

Private Properties

Свойство Type Description
FormattingArguments System
ISerializable void

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

Equals() public méthode

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.
Résultat bool

FormattingArguments() public méthode

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

FormattingArguments() public méthode

Initializes a new instance of new formatting arguments.
public FormattingArguments ( string format ) : System
format string /// The format. ///
Résultat System

FormattingArguments() public méthode

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

GetHashCode() public méthode

Returns the hash code for this formatting arguments.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

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

ToString() public méthode

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. ///
Résultat string

operator() public static méthode

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

Property Details

None public_oe static_oe property

Represents empty/not set formatting arguments.
public static FormattingArguments,Qowaiv.Formatting None
Résultat FormattingArguments