IKeyedObject Interface Namespace: ActiproSoftware.Text.Utility Assembly: ActiproSoftware.Text.WinForms.dll Provides the base requirements for an object that has a string-based key. public interface IKeyedObject Properties Key The string-based key that identifies the object. string? Key { get; } Property Value string Extension Methods ObjectExtensions.TryConvertToDouble(object, out double) ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)