RFA .NET
The RMTESConverter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear | Clears this convertor to be reused later. |
![]() | Dispose | Releases unmanaged resources. |
![]() | GetAsByteString | Gets the converted string in UTF8 format. |
![]() | GetAsCharString | Gets the converted string in UCS2 format.
Each item in List holds one char, size of List is the
total number of characters in the buffer. |
![]() | GetBuffer | Gets buffer. |
![]() | SetBuffer(Buffer) | Binds a buffer with this converter with memory allocation.
The string in the buffer must be a RMTES encoded string which comes from a full field
update. This function applies partial field data on raw full field data cached earlier. |
![]() | SetBuffer(Buffer, Int16) | Binds a buffer with this converter with memory allocation.
The string in the buffer must be a RMTES encoded string which comes from a full field
update if offset is -1, or from a partial field update if offset is greater than -1.
This function applies partial field data on raw full field data cached earlier. |
![]() | ToRFA_String | String representation of this object. |
![]() | ToString | String representation of this object. (Overrides Object..::..ToString()()()().) |