ppt怎么做 pc下载网站,wordpress 如何修改,怎么通过域名做网站,非盈利网站建设问题引言
该工具包提供一些常用的值转换器#xff0c;如布尔值、数值、字符串、空类型、可见性、枚举值、日期等相互转换#xff0c;此外还提供了ValueConverterGroup#xff0c;用以串联值转换器实现最终的转换目标。
xmlns:convclr-namespace:ValueConverters;assembl…引言
该工具包提供一些常用的值转换器如布尔值、数值、字符串、空类型、可见性、枚举值、日期等相互转换此外还提供了ValueConverterGroup用以串联值转换器实现最终的转换目标。
xmlns:convclr-namespace:ValueConverters;assemblyValueConverters 简单使用
使用默认的True/Flase 转换值
conv:BoolToVisibilityConverter x:KeyAgreementToVisiblityConvert/ 或指定转换值
conv:BoolToVisibilityConverterx:KeyAgreementToVisiblityConvertFalseValueHiddenIsInvertedTrue /
使用转换器组
实现string-可见性转换 conv:ValueConverterGroup x:KeyStringToVisibilityConverterconv:StringIsNotNullOrEmptyConverter /conv:BoolInverter /conv:BoolToVisibilityConverter //conv:ValueConverterGroupconv:ValueConverterGroup x:KeyStrNumInRangeToVisibilityConverterconv:StringToDecimalConverter /conv:IsInRangeConverter MaxValue19 MinValue18 /conv:BoolInverter /conv:BoolToVisibilityConverter //conv:ValueConverterGroupconv:ValueConverterGroup x:KeyStrLenInRangeToVisibilityConverterconv:IsInRangeConverter MaxValue15 MinValue8 /conv:BoolInverter /conv:BoolToVisibilityConverter //conv:ValueConverterGroup调试时DebugConverter 可以打印前面的转换结果到控制台方便查看中间的结果