Performs an input conversion on the specified data.
NOTE |
See the Remarks section for RPC and ODBC connection exceptions. |
Syntax
sValue = object.brIconv(sConvertMe, sConversion) |
Parameters
Parameter |
Description |
sValue |
The return value is a String data type that is the converted string. |
object |
An object variable that represents a clsD3Connection object. |
sVal |
The String to be converted. |
sConv |
The String specifying the processing code to be used in the conversion. |
Remarks
Using an RPC connection, the conversion is implemented on both the client and server.
Using an ODBC connection, the conversion is implemented on the server.
This method converts a value from its external format to its internal equivalent.
FlashBASIC Reference
iconv