Click or drag to resize
IStringMetadata Interface
Defines extra metadata for string methods

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public interface IStringMetadata : IMetadata

The IStringMetadata type exposes the following members.

Methods
  NameDescription
Public methodContains
Returns true if the given string contains the given substring
Public methodEndsWith
Returns true if the given string ends with the given suffix
Public methodStartsWith
Returns true if the given string
Top
See Also