StringFormat Methods
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates an exact copy of this StringFormat object. |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | Dispose() | Releases all resources used by this StringFormat object. |
![]() | 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.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetTabStops(Single%) | Gets the tab stops for this StringFormat object. |
![]() | GetType() | |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | SetDigitSubstitution(Int32, StringDigitSubstitute) | Specifies the language and method to be used when local digits are substituted for western digits. |
![]() | SetMeasurableCharacterRanges(array<CharacterRange>^) | Specifies an array of CharacterRange structures that represent the ranges of characters measured by a call to the MeasureCharacterRanges method. |
![]() | SetTabStops(Single, array<Single>^) | Sets tab stops for this StringFormat object. |
![]() | ToString() | Converts this StringFormat object to a human-readable string.(Overrides Object::ToString().) |

