Usual Structure |
Namespace: XSharp
[SerializableAttribute] [AllowLateBindingAttribute] STRUCTURE Usual IMPLEMENTS IConvertible, IComparable, IComparable<USUAL>, IEquatable<USUAL>, IIndexedProperties, IIndexer, IDisposable, ISerializable
The Usual type exposes the following members.
Name | Description | |
---|---|---|
Usual(Object) | Initializes a new instance of the Usual class | |
Usual(SerializationInfo, StreamingContext) | Initializes a new instance of the Usual class | |
Usual(Usual, Logic) | Initializes a new instance of the Usual class | |
Usual(__UsualType, Logic) | Initializes a new instance of the Usual class |
Name | Description | |
---|---|---|
IsArray | ||
IsBinary | ||
IsByRef | ||
IsCodeblock | ||
IsCurrency | ||
IsDate | ||
IsDateTime | ||
IsDecimal | ||
IsFloat | ||
IsFractional | ||
IsInt64 | ||
IsInteger | ||
IsLogic | ||
IsLong | ||
IsNull | ||
IsNumeric | ||
IsObject | ||
IsPsz | ||
IsPtr | ||
IsString | ||
IsSymbol | ||
ItemLong |
Get/Set array elements with a ZERO based array index.
| |
ItemLong |
Get/Set array elements with a ZERO based array index.
| |
ItemString |
Get/Set array elements with a ZERO based array index.
| |
ItemLong, Long |
Get/Set array elements with a ZERO based array index.
| |
SystemType | ||
Type | This property returns the __UsualType of the USUAL | |
Value | Return the value of the USUAL as object. NIL values are shown as a NIL string. |
Name | Description | |
---|---|---|
AsString | ||
Clone | ||
CompareTo(Object) | This method is needed to implement the IComparable interface. | |
CompareTo(Usual) | ||
Equals(Object) | (Overrides Equals(Object).) | |
Equals(Usual) | ||
GetHashCode | (Overrides GetHashCode.) | |
GetObjectData | ||
GetTypeCode | ||
ToObject | ||
ToString | (Overrides ToString.) | |
ToString(IFormatProvider) | ||
XppUsualIndex |
Name | Description | |
---|---|---|
IDisposableDispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
IConvertibleToBoolean | Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. | |
IConvertibleToByte | Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToChar | Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. | |
IConvertibleToDateTime | Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. | |
IConvertibleToDecimal | Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. | |
IConvertibleToDouble | Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. | |
IConvertibleToInt16 | Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToInt32 | Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToInt64 | Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToSByte | Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToSingle | Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. | |
IConvertibleToType | ||
IConvertibleToUInt16 | Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToUInt32 | Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToUInt64 | Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. |