Skip to content

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()

public ScreenReadableStringConverter();

Methods

Convert(string)

Converts a value from the source type to the destination type.

public StardewUI.ModIntegration.ScreenReadableData Convert(string value);
Parameters

value   string
The value to convert.

Returns

ScreenReadableData