FormatterUnescapePropertyValue Method 
IT Hit WebDAV Classes Reference [Missing <summary> documentation for "M:ITHit.Collab.Formatter.UnescapePropertyValue(System.String,System.String)"]
 
    Namespace: 
   ITHit.Collab
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxprotected string UnescapePropertyValue(
	string version,
	string value
)
Protected Function UnescapePropertyValue ( 
	version As String,
	value As String
) As String
protected:
String^ UnescapePropertyValue(
	String^ version, 
	String^ value
)
member UnescapePropertyValue : 
        version : string * 
        value : string -> string 
Parameters
- version
 - Type: SystemString
[Missing <param name="version"/> documentation for "M:ITHit.Collab.Formatter.UnescapePropertyValue(System.String,System.String)"]
 - value
 - Type: SystemString
[Missing <param name="value"/> documentation for "M:ITHit.Collab.Formatter.UnescapePropertyValue(System.String,System.String)"]
 
Return Value
Type: 
String[Missing <returns> documentation for "M:ITHit.Collab.Formatter.UnescapePropertyValue(System.String,System.String)"]
See Also