Class FloatTypeReader
Inheritance
System.Object
FloatTypeReader
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TelegramModularFramework.Services.TypeReaders
Assembly: TelegramModularFramework.dll
Syntax
public class FloatTypeReader : ITypeReader
Constructors
| Improve this Doc View SourceFloatTypeReader(IStringLocalizer<TypeReadersMessages>)
Declaration
public FloatTypeReader(IStringLocalizer<TypeReadersMessages> l)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Localization.IStringLocalizer<TypeReadersMessages> | l |
Properties
| Improve this Doc View SourceType
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Methods
| Improve this Doc View SourceReadTypeAsync(ModuleContext, String)
Declaration
public async Task<TypeReaderResult> ReadTypeAsync(ModuleContext context, string input)
Parameters
Type | Name | Description |
---|---|---|
ModuleContext | context | |
System.String | input |
Returns
Type | Description |
---|---|
Task<TypeReaderResult> |