SByteValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents the SByte value for attributes.
[System.CLSCompliant(false)]
public class SByteValue : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<sbyte>
[System.CLSCompliant(false)]
public class SByteValue : DocumentFormat.OpenXml.OpenXmlSimpleValue<sbyte>
[<System.CLSCompliant(false)>]
type SByteValue = class
inherit OpenXmlComparableSimpleValue<sbyte>
[<System.CLSCompliant(false)>]
type SByteValue = class
inherit OpenXmlSimpleValue<sbyte>
Public Class SByteValue
Inherits OpenXmlComparableSimpleValue(Of SByte)
Public Class SByteValue
Inherits OpenXmlSimpleValue(Of SByte)
- Inheritance
- Inheritance
- Attributes
Constructors
SByteValue() |
Initializes a new instance of the SByteValue class. |
SByteValue(SByte) |
Initializes a new instance of the SByteValue class using the supplied SByte value. |
SByteValue(SByteValue) |
Initializes a new instance of the SByteValue by deep copying the supplied SByteValue class. |
Properties
HasValue |
Gets a value that indicates whether the underneath text value is a valid value. (Inherited from OpenXmlSimpleValue<T>) |
InnerText | |
InnerText |
Gets or sets the inner XML text. (Inherited from OpenXmlSimpleValue<T>) |
TextValue |
Obsolete.
Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use. (Inherited from OpenXmlSimpleType) |
Value |
Gets or sets the value of the simple value. (Inherited from OpenXmlSimpleValue<T>) |
Methods
Clone() |
Creates a duplicate of the current value. (Inherited from OpenXmlSimpleType) |
CompareTo(Object) | (Inherited from OpenXmlComparableSimpleValue<T>) |
CompareTo(OpenXmlComparableSimpleValue<T>) | (Inherited from OpenXmlComparableSimpleValue<T>) |
CompareTo(T) | (Inherited from OpenXmlComparableSimpleValue<T>) |
Equals(Object) | (Inherited from OpenXmlComparableSimpleValue<T>) |
Equals(Object) | (Inherited from OpenXmlSimpleValue<T>) |
Equals(OpenXmlComparableSimpleValue<T>) | (Inherited from OpenXmlComparableSimpleValue<T>) |
Equals(T) | (Inherited from OpenXmlComparableSimpleValue<T>) |
FromSByte(SByte) |
Returns a new SByteValue object created from a Byte value. |
GetHashCode() | (Inherited from OpenXmlComparableSimpleValue<T>) |
GetHashCode() | (Inherited from OpenXmlSimpleValue<T>) |
ToSByte(SByteValue) |
Returns the SByte representation of an SByteValue object. |
ToString() |
Returns a String that represents the current value. (Inherited from OpenXmlSimpleType) |
Operators
Implicit(SByte to SByteValue) |
Implicitly converts the specified SByte value to an SByteValue instance. |
Implicit(SByteValue to SByte) |
Implicitly converts the specified SByteValue to an SByte value. |