GOA - System.Convert

Convert Class


Converts a base data type to another base data type. This class cannot be inherited.

Definition

public sealed class Convert: Object

Members Table

MethodDescription
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
FromBase64StringConverts the specified String representation of a value consisting of base 64 digits to an equivalent array of 8-bit unsigned integers.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToBase64StringConverts a string that represented by an array of 8-bit integers to its equivalent String representation consisting of base 64 digits.
ToBooleanOverloaded. Converts a specified value to an equivalent Boolean value.
ToCharOverloaded. Converts a specified value to a Unicode character.
ToDoubleOverloaded. Converts a specified value to a double-precision floating point number.
ToInt32Overloaded. Converts a specified value to a 32-bit signed integer.
ToStringOverloaded. (Inherited from Object)

Inheritance Hierarchy

Object
Convert

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.