edmiConvertString
Â
EdmiError edmiConvertString (SdaiString inputString, SdaiInteger inputStringEncoding, SdaiString *convertedString, SdaiInteger convertedStringEncoding, SdaiBoolean *anyChanges);
This function will convert a given string, inputString, from one encoding style,inputStringEncoding, to another encoding style,convertedStringEncoding.
Arguments
Type | Name | Comment |
SdaiString | inputString | Input string |
SdaiInteger | inputStringEncoding | valid input: Â |
SdaiString | convertedString | output string with the given encoded string |
SdaiInteger | convertedStringEncoding | output as: Â |
SdaiBoolean | anyChanges | When at least one character in the "inputString" is changed during the conversion, the "anyChanges" argument is set to sdaiTRUE, else the argument is set to sdaiFALSE. |
Return Value
Â
Options
 Â
Â
Example
Â
 <example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â