PropertyValue
Leave feedback
On this page
Represents a property value.
public class PropertyValue
| Name | Description |
|---|---|
| PropertyValue(bool) | Initializes a new instance of the PropertyValue class with a boolean value. |
| PropertyValue(byte[]) | Initializes a new instance of the PropertyValue class with a byte array. |
| PropertyValue(DateTime) | Initializes a new instance of the PropertyValue class with a DateTime value. |
| PropertyValue(double) | Initializes a new instance of the PropertyValue class with a double value. |
| PropertyValue(double[]) | Initializes a new instance of the PropertyValue class with an array of double values. |
| PropertyValue(int) | Initializes a new instance of the PropertyValue class with an integer value. |
| PropertyValue(int[]) | Initializes a new instance of the PropertyValue class with an array of integer values. |
| PropertyValue(long) | Initializes a new instance of the PropertyValue class with a long value. |
| PropertyValue(long[]) | Initializes a new instance of the PropertyValue class with an array of long values. |
| PropertyValue(object) | Initializes a new instance of the PropertyValue class with a object value. |
| PropertyValue(string) | Initializes a new instance of the PropertyValue class with a string value. |
| PropertyValue(string[]) | Initializes a new instance of the PropertyValue class with a string array. |
| PropertyValue(TimeSpan) | Initializes a new instance of the PropertyValue class with a TimeSpan value. |
| PropertyValue(ushort[]) | Initializes a new instance of the PropertyValue class with an array of ushort values. |
| Name | Description |
|---|---|
| RawValue { get; } | Gets the raw value. |
| Type { get; } | Gets the MetadataPropertyType. |
| Name | Description |
|---|---|
| AcceptValue(ValueAcceptor) | Extracts the property value using a custom ValueAcceptor. |
| ToArray<TElement>() | Converts the property value to an array of the specified type. |
| ToClass<T>() | Converts the property value to a reference type. |
| override ToString() | Returns a string that represents the property value. |
| ToStruct<T>() | Converts the property value to a value type. |
| ToStruct<T>(T) | Converts the property value to a value type. |
- namespace GroupDocs.Metadata.Common
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.