This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
XmlString Methods
The methods of the XmlString class are listed below. For a complete list of XmlString class members, see the XmlString Members topic.
Public:
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
FromBoolean |
Converts a boolean to a string. |
FromDate |
Converts a date value to a string. |
FromDateTime |
Converts a date and time value to a string. |
FromDecimal |
Converts a decimal value to a string. |
FromDouble |
Converts an IEEE 64-bit floating point value to a String. |
FromInt16 |
Converts a 16-bit integer to a string. |
FromInt32 |
Converts a 32-bit integer to a string. |
FromInt64 |
Converts a 64-bit integer to a string. |
FromSingle |
Converts an IEEE 32-bit floating point value to a string. |
FromTime |
Converts a time-of-day value to a string. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
IsWhitespace |
[To be supplied.] |
ToBoolean |
Converts a string to a boolean value. |
ToDate |
Converts a string to a date value. |
ToDateTime |
Converts a string to a date and time value. |
ToDecimal |
Converts a string to a Decimal value. |
ToDouble |
Converts a string to a double-precision floating point number. |
ToInt16 |
Converts a string to a 16-bit integer value. |
ToInt32 |
Converts a string to a 32-bit integer value. |
ToInt64 |
Converts a string to a 64-bit integer value. |
ToSingle |
Converts a string to a single-precision floating point number. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
ToTime |
Converts a string to a time-of-day value. |
Protected:
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
XmlString Class | System.Xml Namespace