ConvertFromCodePageToCodePage Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax FUNCTION ConvertFromCodePageToCodePage(
cString AS STRING,
dwFrom AS DWORD,
dwTo AS DWORD
) AS STRING
public static string ConvertFromCodePageToCodePage(
string cString,
uint dwFrom,
uint dwTo
)
Request Example
View SourceParameters
- cString
- Type: String
- dwFrom
- Type: DWord
- dwTo
- Type: DWord
Return Value
Type:
StringSee Also