作者:VB.NET开发
项目:System.ServiceModel.Dispatche
If (converter.CanConvert(GetType(Int32))) Then
converter.ConvertStringToValue("123", GetType(Int32))
End If
下面列出了vb System.ServiceModel.Dispatcher.QueryStringConverter.ConvertStringToValue 类(方法)源码代码实例,从而了解它的用法。
If (converter.CanConvert(GetType(Int32))) Then
converter.ConvertStringToValue("123", GetType(Int32))
End If