Utilities for converting objects to strings. Used by the marshaller classes.

C# |
public class StringUtils

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.) |

Object | |
![]() | StringUtils |