Свойство | Тип | Описание | |
---|---|---|---|
byteMethods | byte[]>>.List | ||
serializeMethods | List |
Метод | Описание | |
---|---|---|
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 |
public static AsArray ( current, int amount ) : T[] | ||
amount | int | |
Результат | T[] |
public static AsList ( current, int amount ) : List |
||
amount | int | |
Результат | List |
public static Convert ( object current ) : Type | ||
current | object | |
Результат | Type |
public static SerializeAuto ( object current, string separator = "-", bool changesOnly = false ) : string | ||
current | object | |
separator | string | |
changesOnly | bool | |
Результат | string |
public static ToBool ( object current ) : bool | ||
current | object | |
Результат | bool |
public static ToBytes ( object current ) : byte[] | ||
current | object | |
Результат | byte[] |
public static ToDouble ( object current ) : double | ||
current | object | |
Результат | double |
public static ToFloat ( object current ) : float | ||
current | object | |
Результат | float |
public static ToInt ( object current ) : int | ||
current | object | |
Результат | int |
public static ToString ( object current ) : string | ||
current | object | |
Результат | string |