Class StringToBase64StringValueConverter
- Namespace
- MADE.Data.Converters
- Assembly
- MADE.Data.Converters.dll
public class StringToBase64StringValueConverter : IValueConverter<string, string>
- Inheritance
-
StringToBase64StringValueConverter
- Implements
- Inherited Members
- Extension Methods
Methods
Convert(string, object?)
Converts the value to the Base64 string.
public string Convert(string value, object? parameter = null)
Parameters
valuestringThe value to convert.
parameterobjectThe optional Encoding parameter used to help with conversion.
Returns
ConvertBack(string, object?)
Converts the Base64 value back to the original string value.
public string ConvertBack(string value, object? parameter = null)
Parameters
valuestringThe value to convert.
parameterobjectThe optional Encoding parameter used to help with conversion.