Decodes a string that has been encoded with the standard
vCard escape codes.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static string DecodeEscaped( string value ) |
| Visual Basic |
|---|
Public Shared Function DecodeEscaped ( _ value As String _ ) As String |
| Visual C++ |
|---|
public: static String^ DecodeEscaped( String^ value ) |
Parameters
- value
- Type: System..::..String
A string encoded with vCard escape codes.