HyperlinkFragmentHtmlPlaceholderEncode Method |
Not implemented.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string Encode(
string value
)
Public Function Encode (
value As String
) As String
public:
virtual String^ Encode(
String^ value
) sealed
Parameters
- value
- Type: SystemString
String value to encode.
Return Value
Type:
StringNothing -- Not presently implemented.
Implements
IEncodingPlaceholderCommandEncode(String)
See Also