Converts UNICODE string (BSTR or String type) to binary data (VT_ARRAY | VT_UI1) using specified windows code page or character set.
BinaryData = ASPForm.StringToBinary (String as String, [CharSet as ConvertCodePages = CharSet])
| Where | Type | Optional | Default | Description |
|---|---|---|---|---|
| String | String | Unicode (wide character) string to convert | ||
| CharSet | ConvertCodePages | yes | CharSet | String or numeric (ConvertCodePages) expression that describes the destination character set (character ser of the out binary data). |
Binary safe array
AddConnection, CancelConnection, CheckRequirements, Read, Sleep, StringToBinary
BytesRead, Files, FormType, getForm, CharSet, ChunkReadSize, Items, MaxMemoryStorage, NewUploadID, ReadTime, ReadTimeout, SizeLimit, SourceData, State, TempPath, Texts, ThreadPriority, TotalBytes, UploadID
The ASPForm collection retrieves the values of form elements posted to ASP script by a form using the POST method. ASPForm can process multipart/form-data or application/x-www-form-urlencoded data with length up to 2GB.
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz