IEncodingPlaceholderCommandEncode Method |
Encodes an expanded text value.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxstring Encode(
string value
)
Function Encode (
value As String
) As String
String^ Encode(
String^ value
)
Parameters
- value
- Type: SystemString
The value to encode.
Return Value
Type:
StringEncoded text value.
See Also