Click or drag to resize

StringExtensions Class

Extension methods for string type CAEX attributes (i.e. GUID, Path, etc.)
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEX.ExtensionsStringExtensions

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static class StringExtensions

The StringExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodIsClassReference Determines whether the specified attribute is an attribute, containing a class reference.
Public Extension MethodIsGUID string extension method to check if this is a valid GUID
Public Extension MethodIsInterfacePath Determines whether the specified path is an interface path.
Public Extension MethodIsInterfacePathWithID Determines whether the specified path is an interface path containing an ID
Public Extension MethodIsInterfacePathWithInterface Determines whether the specified path is an interface path with this interface name.
Public Extension MethodNormalizedGUID String extension method to normalize a GUID. If the string cannot be identified as a GUID the original string is returned
Top
See Also