Class BytesToStringConverter
Inheritance
System.Object
BytesToStringConverter
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class BytesToStringConverter : IGenericConverter
Constructors
|
Edit this page
View Source
BytesToStringConverter(Encoding)
Declaration
public BytesToStringConverter(Encoding charset)
Parameters
Type |
Name |
Description |
Encoding |
charset |
|
Properties
|
Edit this page
View Source
ConvertibleTypes
Declaration
public ISet<(Type Source, Type Target)> ConvertibleTypes { get; }
Property Value
Type |
Description |
ISet<System.ValueTuple<Type, Type>> |
|
Methods
|
Edit this page
View Source
Convert(Object, Type, Type)
Declaration
public object Convert(object source, Type sourceType, Type targetType)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
Type |
sourceType |
|
Type |
targetType |
|
Returns
Type |
Description |
System.Object |
|