IAliasedText Interface Namespace: ActiproSoftware.Text.Languages.Python.Reflection Assembly: ActiproSoftware.Text.Addons.Python.WinForms.dll Provides the base requirements of possibly-aliased text. public interface IAliasedText Properties Alias The alias. string? Alias { get; } Property Value string Text The text. string Text { get; } Property Value string Extension Methods ObjectExtensions.TryConvertToDouble(object, out double) ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)