System::UriShim::EscapeAsciiChar metode
UriShim::EscapeAsciiChar method
Mengonversi karakter ke bentuk heksadesimal yang di-escape.
static void System::UriShim::EscapeAsciiChar(char16_t ch, const System::ArrayPtr<char16_t> &to, int32_t &pos)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| ch | char16_t | Karakter untuk dikonversi. |
| ke | const System::ArrayPtr<char16_t>& | Buffer output. |
| pos | int32_t& | Posisi dalam buffer output; maju setelah enkoding. |
Lihat Juga
- Typedef ArrayPtr
- Class UriShim
- Namespace System
- Library Aspose.Page for C++