C# Class Zios.Extensions.Convert.ConvertObject

Afficher le fichier Open project: z3nth10n/unity-themes

Méthodes publiques

Свойство Type Description
byteMethods byte[]>>.List
serializeMethods List>

Méthodes publiques

Méthode Description
As ( object current ) : T
AsArray ( current ) : T[]
AsArray ( current, int amount ) : T[]
AsBox ( current ) : object
AsList ( current ) : List
AsList ( current, int amount ) : List
Box ( current ) : object
Convert ( object current ) : Type
SerializeAuto ( object current, string separator = "-", bool changesOnly = false ) : string
ToBool ( object current ) : bool
ToBytes ( object current ) : byte[]
ToDouble ( object current ) : double
ToFloat ( object current ) : float
ToInt ( object current ) : int
ToString ( object current ) : string

Method Details

As() public static méthode

public static As ( object current ) : T
current object
Résultat T

AsArray() public static méthode

public static AsArray ( current ) : T[]
Résultat T[]

AsArray() public static méthode

public static AsArray ( current, int amount ) : T[]
amount int
Résultat T[]

AsBox() public static méthode

public static AsBox ( current ) : object
Résultat object

AsList() public static méthode

public static AsList ( current ) : List
Résultat List

AsList() public static méthode

public static AsList ( current, int amount ) : List
amount int
Résultat List

Box() public static méthode

public static Box ( current ) : object
Résultat object

Convert() public static méthode

public static Convert ( object current ) : Type
current object
Résultat Type

SerializeAuto() public static méthode

public static SerializeAuto ( object current, string separator = "-", bool changesOnly = false ) : string
current object
separator string
changesOnly bool
Résultat string

ToBool() public static méthode

public static ToBool ( object current ) : bool
current object
Résultat bool

ToBytes() public static méthode

public static ToBytes ( object current ) : byte[]
current object
Résultat byte[]

ToDouble() public static méthode

public static ToDouble ( object current ) : double
current object
Résultat double

ToFloat() public static méthode

public static ToFloat ( object current ) : float
current object
Résultat float

ToInt() public static méthode

public static ToInt ( object current ) : int
current object
Résultat int

ToString() public static méthode

public static ToString ( object current ) : string
current object
Résultat string

Property Details

byteMethods public_oe static_oe property

public static List> byteMethods
Résultat byte[]>>.List

serializeMethods public_oe static_oe property

public static List> serializeMethods
Résultat List>