| Name | Description | |
|---|---|---|
![]() | Contains | Returns a value indicating whether a specified substring occurs within this string. |
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. |
![]() ![]() | FromAsciiText | Creates a new instance of DrawingString class from encoded ASCII text. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() ![]() | IsNullOrEmpty | Returns a value indicating whether the specified string is null or an Empty string. |
![]() ![]() | IsNullOrWhiteSpace | Returns a value indicating whether a specified string is null, empty, or consists only of white-space characters. |
![]() | Split | Overloaded. Splits a string into substrings based on the characters in an array. |
![]() | Substring | Overloaded. Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length. |
![]() | ToAsciiText | Encodes this drawing string to an ASCII text. |
![]() | ToLowerInvariant | Returns a copy of this DrawingString object converted to lowercase using the casing rules of the invariant culture. |
![]() | ToString | Converts this object to a string. |
![]() | ToSymbolArray | Returns an array that contains symbols of this drawing string. |
![]() | ToUpperInvariant | Returns a copy of this DrawingString object converted to uppercase using the casing rules of the invariant culture. |
![]() | Trim | Removes all leading and trailing occurrences of a set of characters specified in an array from the current DrawingString object. |
![]() | TrimEnd | Removes all trailing occurrences of a set of characters specified in an array from the current DrawingString object. |
![]() | TrimStart | Removes all leading occurrences of a set of characters specified in an array from the current DrawingString object. |

