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.