Application.HtmlEncode Method (Access)
Converts a string to an HTML-encoded string.
Version Information
추가된 버전: Access 2007
Syntax
식 .HtmlEncode(PlainText, Length)
식 A variable that represents an Application object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
PlainText |
필수 |
Variant |
The text string to encode. |
Length |
선택 |
Variant |
The number of characters to return. |
Return Value
String