C# Класс Qowaiv.Formatting.FormattingArguments

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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