The Utils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | castTo |
Convert from c# obj to as obj
|
![]() ![]() | encodeBytes |
Encode blob
|
![]() ![]() | encodeDateTime |
Encode date time
|
![]() ![]() | encodeDouble |
Encode double
|
![]() ![]() | encodeFloat |
Encode float
|
![]() ![]() | encodeInt |
Encode integer
|
![]() ![]() | encodeLong |
Encode long
|
![]() ![]() | encodeRawBytes |
Encode raw bytes
|
![]() ![]() | encodeShort |
Encode short
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | getBoolean |
Get bool from decoder
|
![]() ![]() | getByte |
Gets the byte.
|
![]() ![]() | getChar |
Get char from decoder
|
![]() ![]() | getDateTime |
Get datetime from decoder
|
![]() ![]() | getDouble |
Get double from decoder
|
![]() ![]() | getFloat |
Get float from decoder
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | getInt(ASDecoderBase) |
Get integer from decoder
|
![]() ![]() | getInt(ASDecoderBase, Int32) |
Get integer from decoder
|
![]() ![]() | getLong(ASDecoderBase) |
Get long from decoder
|
![]() ![]() | getLong(ASDecoderBase, Int32) |
Get long from decoder
|
![]() ![]() | getShort |
Get short from decoder
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | toByteArray |
Convert BitArray to byte[]
|
![]() | ToString | (Inherited from Object.) |