Package com._1c.g5.v8.dt.common.databinding.conversion
-
Class Summary Class Description Converters Static utility methods and constants pertaining toIConverterinstances.Converters.DefaultConverter Default converter implementation, does not perform any conversionConverters.FileConverter Converter from theString(file name) to theFileConverters.NameToTextConverter Converters.StringToBooleanConverter Converts theStringtoBooleanusingConverters.StringToBooleanConverter:
"true" -> true
"false" -> false)
trim(source) is empty or null -> null
source not a String -> ClassCastExceptionConverters.TrimStringConverter Trims the input string and return the resultStringToMapConverter Converts input string to EMap using passed key