コード例 #1
0
 internal static bool MapToBool(string sourceValue)
 {
     return(BoolConverter.MapToBool(sourceValue));
 }