public class LongString : IConvertiblePublic Class LongString
Implements IConvertibleNo code example is currently available or this language may not be supported.| LongString | Create a new Instance of the LongString Item. |
| LongString(String) | Create a new Instance of the LongString Item. |
| Value | Get/Set the Value of this instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| GetTypeCode | Return the type code of this object. |
| MemberwiseClone | (Inherited from Object) |
| ToBoolean | Return the most appropriate boolean representation of this object. |
| ToByte | Return the most appropriate individual byte representation of this object. |
| ToChar | Return the most appropriate individual character representation of this object. |
| ToDateTime | Return the most appropriate individual date and time representation of this object. |
| ToDecimal | Return the most appropriate individual decimal representation of this object. |
| ToDouble | Return the most appropriate individual double representation of this object. |
| ToInt16 | Return the most appropriate individual 16-bit signed integer representation of this object. |
| ToInt32 | Return the most appropriate individual 32-bit signed integer representation of this object. |
| ToInt64 | Return the most appropriate individual 64-bit signed integer representation of this object. |
| ToSByte | Return the most appropriate individual 8-bit signed integer representation of this object. |
| ToSingle | Return the most appropriate individual single floating point representation of this object. |
| ToString |
Return the string representation of this instance.
(Overrides ObjectToString) |
| ToString(IFormatProvider) | Return the string representation of this instance. |
| ToType | Return the system type that best represents the supplied data type. |
| ToUInt16 | Return the most appropriate individual 16-bit unsigned integer representation of this object. |
| ToUInt32 | Return the most appropriate individual 32-bit unsigned integer representation of this object. |
| ToUInt64 | Return the most appropriate individual 64-bit unsigned integer representation of this object. |
| (LongString to String) | Cast the Long String to a String. |
| (String to LongString) | Cast the String to a Long String. |