コード例 #1
0
 protected T ConvertFromValue <T>(String value)
 {
     return(Behavior.ConvertFromValue <T>(value));
 }