Property |
public class PropertyStringParser
The PropertyStringParser type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyStringParser(String) | Initializes a new instance of the PropertyStringParser class. Parsing is done with the invariant culture. | |
| PropertyStringParser(String, CultureInfo) | Initializes a new instance of the PropertyStringParser class. |
| Name | Description | |
|---|---|---|
| Properties | Gets the properties as key-value pairs. |
| Name | Description | |
|---|---|---|
| Equals | 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. (Inherited from Object) | |
| GetBoolean | Gets a property as a Boolean value. | |
| GetDateTime(String) | Gets a property as a DateTime value. | |
| GetDateTime(String, DateTime) | Gets a property as an DateTime value. | |
| GetDateTimeOffset(String) | Gets a property as a DateTimeOffset value. | |
| GetDateTimeOffset(String, DateTimeOffset) | Gets a property as an DateTimeOffset value. | |
| GetDouble(String) | Gets a property as a Double value. | |
| GetDouble(String, Double) | Gets a property as a Double value. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetInt32(String) | Gets a property as a Int32 value. | |
| GetInt32(String, Int32) | Gets a property as an Int32 value. | |
| GetInt64(String) | Gets a property as a Int64 value. | |
| GetInt64(String, Int64) | Gets a property as an Int64 value. | |
| GetString | Gets a property as a string. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |