Property | Type | Description | |
---|---|---|---|
None |
Property | Type | Description | |
---|---|---|---|
FormattingArguments | System | ||
ISerializable | void |
Method | 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.
|
Method | Description | |
---|---|---|
FormattingArguments ( |
Initializes a new instance of formatting arguments based on the serialization info.
|
|
ISerializable ( |
Adds the underlying property of formatting arguments to the serialization info.
|
public Equals ( object obj ) : bool | ||
obj | object | An object to compare with. |
return | bool |
public FormattingArguments ( IFormatProvider formatProvider ) : System | ||
formatProvider | IFormatProvider | /// The format provider. /// |
return | System |
public FormattingArguments ( string format ) : System | ||
format | string | /// The format. /// |
return | System |
public FormattingArguments ( string format, IFormatProvider formatProvider ) : System | ||
format | string | /// The format. /// |
formatProvider | IFormatProvider | /// The format provider. /// |
return | System |
public ToString ( IFormattable obj ) : string | ||
obj | IFormattable | /// The IFormattable object to get the formatted string representation from. /// |
return | string |
public ToString ( object obj ) : string | ||
obj | object | /// The object to get the formatted string representation from. /// |
return | string |