←Select platform

ToParsableString Method

Summary

Converts this policy to parsable string.

Syntax
C#
VB
C++
public string ToParsableString() 
Public Function ToParsableString() As String 
public:  
   String^ ToParsableString() 

Return Value

A string that can be parsed back to a cache item policy object.

Remarks

ToParsableString can be used to convert a CacheItemPolicy to a simple string to store in an external resource (such as a configuration file). TryParse can then be used to re-create the policy from the string.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly