Class ScreenReadableStringConverter
Definition
Namespace: StardewUI.Framework.Converters
Assembly: StardewUI.dll
Converts a string to ScreenReadableData
public class ScreenReadableStringConverter :
StardewUI.Framework.Converters.IValueConverter<string, StardewUI.ModIntegration.ScreenReadableData>,
StardewUI.Framework.Converters.IValueConverter
Inheritance
Object ⇦ ScreenReadableStringConverter
Implements
IValueConverter<string, ScreenReadableData>, IValueConverter
Members
Constructors
| Name | Description |
|---|---|
| ScreenReadableStringConverter() |
Methods
| Name | Description |
|---|---|
| Convert(string) | Converts a value from the source type to the destination type. |
Details
Constructors
ScreenReadableStringConverter()
Methods
Convert(string)
Converts a value from the source type to the destination type.
Parameters
value string
The value to convert.