Version

Utils Class Members

The following tables list the members exposed by Utils.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)ConvertEnumUsed to convert an object value to an enum of the specified type.  
Public Methodstatic (Shared in Visual Basic)ConvertToStringOverloaded. Converts a value to a string.  
Public Methodstatic (Shared in Visual Basic)ConvertValueOverloaded. Returns a value converted to the specified type using the InvariantCulture.  
Public Methodstatic (Shared in Visual Basic)DeserializeObjectPropertyOverloaded. Deserializes the specified object from the serialization info object  
Public Methodstatic (Shared in Visual Basic)DeserializePropertyOverloaded. Deserializes the specified property from the SerializationEntry object.  
Public Methodstatic (Shared in Visual Basic)IsSafelyInfragisticsSerializableIndicates if the object may be safely serializable at run-time.  
Public Methodstatic (Shared in Visual Basic)IsSafelySerializableOverloaded. Indicates if the object may be safely serializable.  
Public Methodstatic (Shared in Visual Basic)IsSimpleTypeOverloaded. Indicates if the object value is a simple type.  
Public Methodstatic (Shared in Visual Basic)SerializeObjectPropertySerializes the specified object into the SerializationInfo object  
Public Methodstatic (Shared in Visual Basic)SerializePropertySerializes the specified property value into the SerializationInfo object  
See Also