Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.Conv Custom Attributes: Gregor.Core.Module() Description:
static private Conv() Custom Attributes: Description:
public Conv() Custom Attributes: Description:
static private System.Text.StringBuilder s_TempBuffer Custom Attributes: Description:
static private void AppendMemberValue(System.Text.StringBuilder sb, System.Object obj, System.Reflection.MemberInfo mbi) Custom Attributes: Description:
static public System.String ArrayInfoToString(System.Array ar) Custom Attributes: Description:
static public System.String ArrayToString(System.Array ar) Custom Attributes: Description:
static public System.String ArrayToString(System.Array ar, System.String sDefault) Custom Attributes: Description:
static public System.String ArrayToString(System.Array ar, System.String sDefault, System.String sSeparator) Custom Attributes: Description:
static public System.String BoolToString(System.Boolean f) Custom Attributes: Description:
static public System.Object[] BoxArrayValues(System.Array ar) Custom Attributes: Description:
static public System.Object[] ChangeArrayType(System.Object[] ao, System.Type tpNewArray, System.Boolean fThrowOnCastErrorOrTypeMismatch) Custom Attributes: Description:
static public System.Array ChangeArrayType(System.Array ar, System.Type tpNewArray, System.Boolean fThrowOnCastErrorOrTypeMismatch) Custom Attributes: Description:
static public TargetType[,] ChangeArrayType(SourceType[,] ar, System.Boolean fThrowOnCastErrorOrTypeMismatch) Custom Attributes: Description:
static public TargetType[] ChangeArrayType(SourceType[] ar, System.Boolean fThrowOnCastErrorOrTypeMismatch) Custom Attributes: Description:
static public TargetType[,,] ChangeArrayType(SourceType[,,] ar, System.Boolean fThrowOnCastErrorOrTypeMismatch) Custom Attributes: Description:
static public System.Collections.Generic.IList<> ChangeCollectionType(System.Collections.IEnumerable col, System.Boolean fThrowOnCastError) Custom Attributes: Description:
static public System.Collections.Generic.IList<> ChangeCollectionType(System.Collections.Generic.IEnumerable<> col, System.Boolean fThrowOnCastError) Custom Attributes: Description:
static public System.String CollectionInfoToString(System.Collections.IEnumerable col) Custom Attributes: Description:
static public System.String[] CollectionToArray(System.Collections.Generic.IList<> col) Custom Attributes: Description:
static public T[] CollectionToArray(System.Collections.Generic.ICollection<> col) Custom Attributes: Description:
static public T[] CollectionToArray(System.Collections.ICollection col) Custom Attributes: Description:
static public System.String[] CollectionToArray(System.Collections.Specialized.StringCollection col) Custom Attributes: Description:
static public System.Array CollectionToArray(System.Collections.ICollection col, System.Type tpArrayBase) Custom Attributes: Description:
static public System.Array CollectionToArray(System.Collections.ICollection col) Custom Attributes: Description:
static private System.Boolean CopyArrayElements(System.Array arSource, System.Array arTarget, System.Boolean fThrowOnCastErrorOrTypeMismatch) Custom Attributes: Description:
static private System.Boolean DoTryUnbox(System.ValueType boxedValue, out T value, T defaultValue) Custom Attributes: value - System.Runtime.InteropServices.Out() Description:
static private T DoUnbox(System.ValueType boxedValue, System.Boolean fThrow, T defaultValue) Custom Attributes: Description:
static public System.IntPtr Int32ToPointer(System.Int32 p) Custom Attributes: Description:
static public System.String ObjectToString(System.Object o) Custom Attributes: Description:
static public System.String ObjectToString(System.Object o, System.String sDefault) Custom Attributes: Description:
static public System.Boolean StringToBool(System.String s) Custom Attributes: Description:
static public System.String ThisToString(System.Object self, Gregor.Core.ToStringOptions options) Custom Attributes: Description:
static public System.String ThisToString(System.Object self, Gregor.Core.ToStringOptions options, params System.String[] asMemberNames) Custom Attributes: asMemberNames - System.ParamArray() Description:
static public System.Boolean TryParseBool(System.String s) Custom Attributes: Description:
static public System.Boolean TryUnbox(System.Object boxedValue, out T value) Custom Attributes: value - System.Runtime.InteropServices.Out() Description:
static public System.Boolean TryUnbox(System.ValueType boxedValue, out T value, T defaultValue) Custom Attributes: value - System.Runtime.InteropServices.Out() Description:
static public System.Boolean TryUnbox(System.ValueType boxedValue, out T value) Custom Attributes: value - System.Runtime.InteropServices.Out() Description:
static public System.Boolean TryUnbox(System.Object boxedValue, out T value, T defaultValue) Custom Attributes: value - System.Runtime.InteropServices.Out() Description:
static public System.Boolean TryUnboxNumber(System.Object boxedNumber, out System.Double d) Custom Attributes: d - System.Runtime.InteropServices.Out() Description:
static public T Unbox(System.ValueType boxedValue, System.Boolean fThrow) Custom Attributes: Description:
static public T Unbox(System.Object boxedValue, T defaultValue) Custom Attributes: Description:
static public T Unbox(System.ValueType boxedValue, T defaultValue) Custom Attributes: Description:
static public T Unbox(System.Object boxedValue, System.Boolean fThrow) Custom Attributes: Description:
static public System.Double UnboxNumber(System.Object boxedNumber) Custom Attributes: Description:
System.Collections.Specialized.StringCollection
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.Generic.IList<>
System.Collections.Generic.IList<>
System.Collections.ICollection