Web Site


Clear string

Empty()
Reset()

String length

GetLength()
IsEmpty()

Access individual character

GetFirstChar()
GetLastChar()
GetAt(CPOS)
operator[] (CPOS)

Access substring

Left(CPOS)
Right(CPOS)
Mid(CPOS,CPOS)
Mid(CPOS)

Access string as char*

GetString()
operator const STRCHAR*()

Change individual character

SetAt(CPOS, STRCHAR)

ANSI / Unicode conversion

GetStringA()
GetStringW()

Multithreaded use

SetMT()
IsMT()

UTF-8 conversion

ToUTF8()
FromUTF8()

 

String to number conversion

ToInt()
ToFloat()
ToDouble()

Access string as MFC CString

GetCString()
operator CString() const

 Miscellaneous conversions

ToVariant()

 URL Encoding

UrlEncode()
 


All Methods