[Gregor.Core.Conv]

Gregor.Core.Conv

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Conv

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Conv

static private Conv()

Custom Attributes: 

Description: 

Conv

public Conv()

Custom Attributes: 

Description: 

s_TempBuffer

static private System.Text.StringBuilder s_TempBuffer

Custom Attributes: 

Description: 

AppendMemberValue

static private void AppendMemberValue(System.Text.StringBuilder sb, System.Object obj, System.Reflection.MemberInfo mbi)

Custom Attributes: 

Description: 

ArrayInfoToString

static public System.String ArrayInfoToString(System.Array ar)

Custom Attributes: 

Description: 

ArrayToString

static public System.String ArrayToString(System.Array ar)

Custom Attributes: 

Description: 

ArrayToString

static public System.String ArrayToString(System.Array ar, System.String sDefault)

Custom Attributes: 

Description: 

ArrayToString

static public System.String ArrayToString(System.Array ar, System.String sDefault, System.String sSeparator)

Custom Attributes: 

Description: 

BoolToString

static public System.String BoolToString(System.Boolean f)

Custom Attributes: 

Description: 

BoxArrayValues

static public System.Object[] BoxArrayValues(System.Array ar)

Custom Attributes: 

Description: 

ChangeArrayType

static public System.Object[] ChangeArrayType(System.Object[] ao, System.Type tpNewArray, System.Boolean fThrowOnCastErrorOrTypeMismatch)

Custom Attributes: 

Description: 

ChangeArrayType

static public System.Array ChangeArrayType(System.Array ar, System.Type tpNewArray, System.Boolean fThrowOnCastErrorOrTypeMismatch)

Custom Attributes: 

Description: 

ChangeArrayType<, >

static public TargetType[,] ChangeArrayType(SourceType[,] ar, System.Boolean fThrowOnCastErrorOrTypeMismatch)

Custom Attributes: 

Description: 

ChangeArrayType<, >

static public TargetType[] ChangeArrayType(SourceType[] ar, System.Boolean fThrowOnCastErrorOrTypeMismatch)

Custom Attributes: 

Description: 

ChangeArrayType<, >

static public TargetType[,,] ChangeArrayType(SourceType[,,] ar, System.Boolean fThrowOnCastErrorOrTypeMismatch)

Custom Attributes: 

Description: 

ChangeCollectionType<>

static public System.Collections.Generic.IList<> ChangeCollectionType(System.Collections.IEnumerable col, System.Boolean fThrowOnCastError)

Custom Attributes: 

Description: 

ChangeCollectionType<, >

static public System.Collections.Generic.IList<> ChangeCollectionType(System.Collections.Generic.IEnumerable<> col, System.Boolean fThrowOnCastError)

Custom Attributes: 

Description: 

CollectionInfoToString

static public System.String CollectionInfoToString(System.Collections.IEnumerable col)

Custom Attributes: 

Description: 

CollectionToArray

static public System.String[] CollectionToArray(System.Collections.Generic.IList<> col)

Custom Attributes: 

Description: 

CollectionToArray<>

static public T[] CollectionToArray(System.Collections.Generic.ICollection<> col)

Custom Attributes: 

Description: 

CollectionToArray<>

static public T[] CollectionToArray(System.Collections.ICollection col)

Custom Attributes: 

Description: 

CollectionToArray

static public System.String[] CollectionToArray(System.Collections.Specialized.StringCollection col)

Custom Attributes: 

Description: 

CollectionToArray

static public System.Array CollectionToArray(System.Collections.ICollection col, System.Type tpArrayBase)

Custom Attributes: 

Description: 

CollectionToArray

static public System.Array CollectionToArray(System.Collections.ICollection col)

Custom Attributes: 

Description: 

CopyArrayElements

static private System.Boolean CopyArrayElements(System.Array arSource, System.Array arTarget, System.Boolean fThrowOnCastErrorOrTypeMismatch)

Custom Attributes: 

Description: 

DoTryUnbox<>

static private System.Boolean DoTryUnbox(System.ValueType boxedValue, out T value, T defaultValue)

Custom Attributes: 
value - System.Runtime.InteropServices.Out()

Description: 

DoUnbox<>

static private T DoUnbox(System.ValueType boxedValue, System.Boolean fThrow, T defaultValue)

Custom Attributes: 

Description: 

Int32ToPointer

static public System.IntPtr Int32ToPointer(System.Int32 p)

Custom Attributes: 

Description: 

ObjectToString

static public System.String ObjectToString(System.Object o)

Custom Attributes: 

Description: 

ObjectToString

static public System.String ObjectToString(System.Object o, System.String sDefault)

Custom Attributes: 

Description: 

StringToBool

static public System.Boolean StringToBool(System.String s)

Custom Attributes: 

Description: 

ThisToString

static public System.String ThisToString(System.Object self, Gregor.Core.ToStringOptions options)

Custom Attributes: 

Description: 

ThisToString

static public System.String ThisToString(System.Object self, Gregor.Core.ToStringOptions options, params System.String[] asMemberNames)

Custom Attributes: 
asMemberNames - System.ParamArray()

Description: 

TryParseBool

static public System.Boolean TryParseBool(System.String s)

Custom Attributes: 

Description: 

TryUnbox<>

static public System.Boolean TryUnbox(System.Object boxedValue, out T value)

Custom Attributes: 
value - System.Runtime.InteropServices.Out()

Description: 

TryUnbox<>

static public System.Boolean TryUnbox(System.ValueType boxedValue, out T value, T defaultValue)

Custom Attributes: 
value - System.Runtime.InteropServices.Out()

Description: 

TryUnbox<>

static public System.Boolean TryUnbox(System.ValueType boxedValue, out T value)

Custom Attributes: 
value - System.Runtime.InteropServices.Out()

Description: 

TryUnbox<>

static public System.Boolean TryUnbox(System.Object boxedValue, out T value, T defaultValue)

Custom Attributes: 
value - System.Runtime.InteropServices.Out()

Description: 

TryUnboxNumber

static public System.Boolean TryUnboxNumber(System.Object boxedNumber, out System.Double d)

Custom Attributes: 
d - System.Runtime.InteropServices.Out()

Description: 

Unbox<>

static public T Unbox(System.ValueType boxedValue, System.Boolean fThrow)

Custom Attributes: 

Description: 

Unbox<>

static public T Unbox(System.Object boxedValue, T defaultValue)

Custom Attributes: 

Description: 

Unbox<>

static public T Unbox(System.ValueType boxedValue, T defaultValue)

Custom Attributes: 

Description: 

Unbox<>

static public T Unbox(System.Object boxedValue, System.Boolean fThrow)

Custom Attributes: 

Description: 

UnboxNumber

static public System.Double UnboxNumber(System.Object boxedNumber)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

SourceType

System.Array

System.Collections.Specialized.StringCollection

System.Object

System.Reflection.MemberInfo

System.String

System.Text.StringBuilder

System.Type

System.ValueType

T

TargetType

System.Collections.Generic.ICollection<>

System.Collections.Generic.IEnumerable<>

System.Collections.Generic.IList<>

System.Collections.Generic.IList<>

System.Collections.ICollection

System.Collections.IEnumerable

System.Boolean

System.Double

System.Int32

System.IntPtr

System.Void

Gregor.Core.ToStringOptions