FormattableString Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetArgument(Int32) | Returns the argument at the specified index position. |
![]() | GetArguments() | Returns an object array that contains one or more objects to format. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | Invariant(FormattableString^) | Returns a result string in which arguments are formatted by using the conventions of the invariant culture. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the string that results from formatting the composite format string along with its arguments by using the formatting conventions of the current culture. (Overrides Object::ToString().) |
![]() | ToString(IFormatProvider^) | Returns the string that results from formatting the composite format string along with its arguments by using the formatting conventions of a specified culture. |
| Name | Description | |
|---|---|---|
![]() ![]() | IFormattable::ToString(String^, IFormatProvider^) | Returns the string that results from formatting the format string along with its arguments by using the formatting conventions of a specified culture. |




