FormattableString Methods

.NET Framework (current version)
 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetArgument(Int32)

Returns the argument at the specified index position.

System_CAPS_pubmethodGetArguments()

Returns an object array that contains one or more objects to format.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticInvariant(FormattableString^)

Returns a result string in which arguments are formatted by using the conventions of the invariant culture.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

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().)

System_CAPS_pubmethodToString(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.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormattable::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.

Return to top
Show: