←Select platform

ToParsableString Method

Summary

Converts this policy to parsable string.

Syntax
C#
C++/CLI
Python
public string ToParsableString() 
public:  
   String^ ToParsableString() 
def ToParsableString(self): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.