Utilities for converting objects to strings. Used by the marshaller classes.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class StringUtils
 Members
 Members| All Members | Methods | ||||
| Icon | Member | Description | 
|---|---|---|
|  | Equals(Object) | (Inherited from Object.) | 
|   | FromBool(Boolean) | |
|   | FromDateTime(DateTime) | |
|   | FromDouble(Double) | |
|   | FromInt(Int32) | |
|   | FromInt(Nullable<(Of <<'(Int32>)>>)) | |
|   | FromLong(Int64) | |
|   | FromMemoryStream(MemoryStream) | |
|   | FromString(String) | |
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|   | ToMemoryStream(String) | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | StringUtils |