M-Files Vault Application Framework
C#
Show/Hide TOC
Encode
None
Placeholder
Encode Method
Encodes an expanded text value.
Definition
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
override
string
Encode
(
string
value
)
Parameters
value
String
The value to encode.
Return Value
String
Returns an unaltered string.
Implements
IEncodingPlaceholderCommand
Encode(String)
See Also
Reference
EncodeNonePlaceholder Class
MFiles.VAF.Placeholders.Commands Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also