Programming Reference Manual
toUTF8
Syntax
string = stringclassoject.toUTF8
Description
Returns the UTF-8 encoded version of the StringClass variable
See Also
ToString
,
ToURL
.
Example
Sub Main
Dim myStr As New StringClass
myStr.Append "Türkiye"
Debug.Print myStr.toUTF8 'Türkiye
End Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
StringClass
Append
AppendLine
BufferSize
CharacterAt
Find
FindRev
FromLeft
FromRight
isUTF8
Lenght
LowerCase
PaddedLeft
PaddedRight
Prepend
ProperCase
Replace
Substring
Text
toString
toURL
toUTF8
UpperCase
Value
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator