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

IsDBNull(value: Dynamic): Bool
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

ToBoolean(value: Bool): Bool
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

ToDateTime(value: String): DateTime
Name Type
value String
Returns
DateTime

ToDecimal(value: Bool): Decimal
Name Type
value Bool
Returns
Decimal

ToDouble(value: Bool): Float
Name Type
value Bool
Returns
Float

ToInt16(value: Bool): cs.types.Int16
Name Type
value Bool
Returns
cs.types.Int16

ToInt32(value: Bool): Int
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

ToSingle(value: Bool): Single
Name Type
value Bool
Returns
Single

ToString(value: Bool): String
Name Type
value Bool
Returns
String

ToUInt16(value: Bool): cs.types.UInt16
Name Type
value Bool
Returns
cs.types.UInt16

ToUInt32(value: Bool): UInt
Name Type
value Bool
Returns
UInt

ToUInt64(value: Bool): cs.types.UInt64
Name Type
value Bool
Returns
cs.types.UInt64

ChangeType(value: Dynamic, conversionType: Type): Dynamic
Name Type
value Dynamic
conversionType Type
Returns
Dynamic

Metadata

Name Parameters
:nativeGen -
:abstract -
:libType -
:csNative -