Common IndySoft Procedures/FunctionsCommon - UtilityUTF8ToStringOn this pageUTF8ToStringStructure UTF8ToString(sText) : String Type Procedure Description Use this convert any UTF8 text to String. Parameters ParameterTypeDescriptionsTextStringUTF8 Text to Convert to String Example sCleanString = UTF8ToString(sMyString)