Name | Description | |
---|---|---|
![]() | DrawingString | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | DrawingString | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() ![]() | Empty | Represents an empty string. This field is read-only. |
Name | Description | |
---|---|---|
![]() | CharCount | Gets the count of characters in Text property. |
![]() | HasContentCodeInfo | Gets a value indicating whether this drawing string has information about content codes. |
![]() | SymbolCount | Gets the count of Unicode characters in Text property. |
![]() | Text | Gets the Unicode text. |
![]() | Item | Gets the character at the specified index in Text property. |
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. |
Name | Description | |
---|---|---|
![]() | Addition | Concatenates two specified strings. |
![]() | Equality | Tests whether two specified DrawingString objects are equivalent. |
![]() | Explicit Type Conversion | Performs an implicit conversion from DrawingString to System.String. |
![]() | Implicit Type Conversion | Performs an implicit conversion from System.String to DrawingString. |
![]() | Inequality | Tests whether two specified DrawingString objects are not equivalent. |