The Utils type exposes the following members.

Methods

  NameDescription
Public methodStatic membercastTo
Convert from c# obj to as obj
Public methodStatic memberencodeBytes
Encode blob
Public methodStatic memberencodeDateTime
Encode date time
Public methodStatic memberencodeDouble
Encode double
Public methodStatic memberencodeFloat
Encode float
Public methodStatic memberencodeInt
Encode integer
Public methodStatic memberencodeLong
Encode long
Public methodStatic memberencodeRawBytes
Encode raw bytes
Public methodStatic memberencodeShort
Encode short
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic membergetBoolean
Get bool from decoder
Public methodStatic membergetByte
Gets the byte.
Public methodStatic membergetChar
Get char from decoder
Public methodStatic membergetDateTime
Get datetime from decoder
Public methodStatic membergetDouble
Get double from decoder
Public methodStatic membergetFloat
Get float from decoder
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic membergetInt(ASDecoderBase)
Get integer from decoder
Public methodStatic membergetInt(ASDecoderBase, Int32)
Get integer from decoder
Public methodStatic membergetLong(ASDecoderBase)
Get long from decoder
Public methodStatic membergetLong(ASDecoderBase, Int32)
Get long from decoder
Public methodStatic membergetShort
Get short from decoder
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic membertoByteArray
Convert BitArray to byte[]
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also