Package com._1c.g5.v8.dt.common.databinding.conversion
-
Class Summary Class Description Converters Static utility methods and constants pertaining toIConverter
instances.Converters.DefaultConverter Default converter implementation, does not perform any conversionConverters.FileConverter Converter from theString
(file name) to theFile
Converters.NameToTextConverter Converters.StringToBooleanConverter Converts theString
toBoolean
usingConverters.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