IFormatterConverter
cs.system.runtime.serialization.IFormatterConverter (extern interface)
Instance Members
Convert(value: Dynamic, type: cs.system.Type): Dynamic
Name | Type |
---|---|
value |
Dynamic |
type |
cs.system.Type |
Returns |
---|
Dynamic |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Bool |
ToByte(value: Dynamic): cs.types.UInt8
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.types.UInt8 |
ToChar(value: Dynamic): cs.types.Char16
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.types.Char16 |
ToDateTime(value: Dynamic): cs.system.DateTime
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.system.DateTime |
ToDecimal(value: Dynamic): cs.system.Decimal
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.system.Decimal |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Float |
ToInt16(value: Dynamic): cs.types.Int16
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.types.Int16 |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Int |
ToInt64(value: Dynamic): haxe.Int64
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
haxe.Int64 |
ToSByte(value: Dynamic): cs.types.Int8
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.types.Int8 |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Single |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
String |
ToUInt16(value: Dynamic): cs.types.UInt16
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.types.UInt16 |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
UInt |
ToUInt64(value: Dynamic): cs.types.UInt64
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
cs.types.UInt64 |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |