StringTable Methods |
The StringTable type exposes the following members.
Name | Description | |
---|---|---|
Delete(String) | ||
Delete(String, String) |
Removes user data strings from the document.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEntryNames |
Return list of all entry names for a given section of user data strings in the document.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetKey | ||
GetSectionNames |
Returns a list of all the section names for user data strings in the document.
By default a section name is a key that is prefixed with a string separated by a backslash. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(Int32) | ||
GetValue(String) | ||
GetValue(String, String) |
Gets a user data string from the document.
| |
SetString(String, String) |
Adds or sets a user data string to the document.
| |
SetString(String, String, String) |
Adds or sets a user data string to the document.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |