Convert
cs.system.Convert (extern final class)
Static Members
DBNull: Dynamic
FromBase64CharArray(inArray: cs.NativeArray<cs.types.Char16>, offset: Int, length: Int): cs.NativeArray<cs.types.UInt8>
Name | Type |
---|---|
inArray |
cs.NativeArray<cs.types.Char16> |
offset |
Int |
length |
Int |
Returns |
---|
cs.NativeArray<cs.types.UInt8> |
FromBase64String(s: String): cs.NativeArray<cs.types.UInt8>
Name | Type |
---|---|
s |
String |
Returns |
---|
cs.NativeArray<cs.types.UInt8> |
GetTypeCode(value: Dynamic): Anonymous
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Anonymous |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Bool |
ToBase64CharArray(inArray: cs.NativeArray<cs.types.UInt8>, offsetIn: Int, length: Int, outArray: cs.NativeArray<cs.types.Char16>, offsetOut: Int): Int
Name | Type |
---|---|
inArray |
cs.NativeArray<cs.types.UInt8> |
offsetIn |
Int |
length |
Int |
outArray |
cs.NativeArray<cs.types.Char16> |
offsetOut |
Int |
Returns |
---|
Int |
ToBase64String(inArray: cs.NativeArray<cs.types.UInt8>): String
Name | Type |
---|---|
inArray |
cs.NativeArray<cs.types.UInt8> |
Returns |
---|
String |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
Bool |
ToByte(value: Bool): cs.types.UInt8
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.types.UInt8 |
ToChar(value: Bool): cs.types.Char16
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.types.Char16 |
Name | Type |
---|---|
value |
String |
Returns |
---|
DateTime |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
Decimal |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
Float |
ToInt16(value: Bool): cs.types.Int16
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.types.Int16 |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
Int |
ToInt64(value: Bool): haxe.Int64
Name | Type |
---|---|
value |
Bool |
Returns |
---|
haxe.Int64 |
ToSByte(value: Bool): cs.types.Int8
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.types.Int8 |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
Single |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
String |
ToUInt16(value: Bool): cs.types.UInt16
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.types.UInt16 |
Name | Type |
---|---|
value |
Bool |
Returns |
---|
UInt |
ToUInt64(value: Bool): cs.types.UInt64
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.types.UInt64 |
Name | Type |
---|---|
value |
Dynamic |
conversionType |
Type |
Returns |
---|
Dynamic |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |