Click or drag to resize

ObjectExtensions Class

Provides extension methods for the Object class. These methods can be used for accessing basic operations from the expression engine or from the API.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.ExpressionsObjectExtensions

Namespace:  Colygon.MatchPoint.Core.Expressions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public static class ObjectExtensions

The ObjectExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertTo
Converts an object into one of the following types: Boolean, Byte, Char, DateTime, DBNull, Decimal, Double, Empty, Int16, Int32, Int64, Object, SByte, Single, String, UInt16, UInt32, UInt64.
Public methodStatic memberFormat
Formats the object according to the given format string, e.g.: Item.Format('Item name: {Name}').
Top
Remarks
This class provides expression extensions.
See Also