📄 of_unicodetoansi.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>of_unicodetoansi method</title>
<link rel="STYLESHEET" href="style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF">
<!-- Reference header -->
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td class=footer_text width=20%>Release 1.5<br>09 February 2004</td>
<td class=doc_header align="center">Developer's reference</td>
<td width=20% align="right">
<a class=hidden_link href="http://desta.com.ua/pb2xls/"><img src=pb2xls_logo.gif alt="PB2XLS for PowerBuilder" border=0></a></td>
</tr>
</table>
<hr>
<table cellspacing=0 cellpadding=0 class=path_table> <tr><td><a class=hidden_link href=reference.htm>Reference</a> > <a class=hidden_link href=n_cst_unicode.htm>N_cst_unicode</a> > <a class=hidden_link href=of_unicodetoansi.htm>Of_unicodetoansi</a></td></tr> </table>
<table width=100%><tr><td class=light_line></td></tr></table><p class=head1>
of_unicodetoansi() method
</p>
<p class=txt>
Convert Unicode strings to ANSI
</p>
<p class=head2>Syntax</p>
<div class=padding_txt>
<table cellpadding=7><tr class=grey_box><td class=txt>
<i>n_cst_unicode.</i><b>of_unicodetoansi</b><i>(ablb_value{, ai_codepage})</i>
</td></tr></table></div>
<p class=head2>Parameters</p>
<div class=padding_txt>
<table cellpadding=3>
<tr class=grey_box><td class=txt><i>ablb_value</i></td><td class=txt>A blob whose value is the Unicode string</td></tr>
<tr class=grey_box><td class=txt><i>ai_codepage(optional)</i></td><td class=txt>The unsigned integer whose value is the number of the code page . Default 0.</td></tr>
</table></div>
<p class=head2>
Return value
</p>
<div class=padding_txt> <p class=txt>
Blob. Return unicode string.</p></div>
<p class=head2>
Examples
</p>
<pre>
<a class=hidden_link href=n_cst_unicode.htm>n_cst_unicode</a> lnvo_unicode
string ls_value1
string ls__value2
ls_value1 = lnvo_unicode.<a class=hidden_link href=of_unicodetoansi.htm>of_unicodetoansi</a>(ablb_unicode_value)
ls_value2 = lnvo_unicode.<a class=hidden_link href=of_unicodetoansi.htm>of_unicodetoansi</a>(ablb_unicode_value, 1253)</pre>
<hr>
<table border=0 width="100%" cellpadding=0 cellspacing=0>
<!--tr><td colspan=2 class=empty_line></td></tr-->
<!--tr><td colspan=2 class=line></td></tr-->
<tr>
<td class=footer_text align="left">© 2003-2004 <a class=hidden_link href="http://desta.com.ua">Desta Ltd.</a> All rights reserved.</td>
<td class=footer_text align="right">
<a class=hidden_link href="mailto:pb2xls_support@Desta.com.ua">SupportDesk</a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -