Package com._1c.g5.v8.dt.common.databinding.conversion
package com._1c.g5.v8.dt.common.databinding.conversion
-
ClassesClassDescriptionStatic utility methods and constants pertaining to
IConverter
instances.Default converter implementation, does not perform any conversionConverter from theString
(file name) to theFile
Converts theString
toBoolean
usingConverters.StringToBooleanConverter
:
"true" -> true
"false" -> false)
trim(source) is empty or null -> null
source not a String -> ClassCastExceptionTrims the input string and return the resultConverts input string to EMap using passed key