ObjectExtensions Class |
Namespace: Colygon.MatchPoint.Core.Expressions
public static class ObjectExtensions
The ObjectExtensions type exposes the following members.
Name | Description | |
---|---|---|
ConvertTo | 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. | |
Format | Formats the object according to the given format string, e.g.: Item.Format('Item name: {Name}'). |