Click or drag to resize

PropertyStringParser Methods

The PropertyStringParser type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBoolean Gets a property as a Boolean value.
Public methodGetDateTime(String) Gets a property as a DateTime value.
Public methodGetDateTime(String, DateTime) Gets a property as an DateTime value.
Public methodGetDateTimeOffset(String) Gets a property as a DateTimeOffset value.
Public methodGetDateTimeOffset(String, DateTimeOffset) Gets a property as an DateTimeOffset value.
Public methodGetDouble(String) Gets a property as a Double value.
Public methodGetDouble(String, Double) Gets a property as a Double value.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInt32(String) Gets a property as a Int32 value.
Public methodGetInt32(String, Int32) Gets a property as an Int32 value.
Public methodGetInt64(String) Gets a property as a Int64 value.
Public methodGetInt64(String, Int64) Gets a property as an Int64 value.
Public methodGetString Gets a property as a string.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also