單項選擇題選擇如下對Convert類的正確說明()。

A.Convert類位于System.Console命名空間下
B.Convert類位于system命名空間下
C.Convert類中的方法用于轉(zhuǎn)化引用類型的數(shù)據(jù)
D.Convert類中的方法用于轉(zhuǎn)化值類型的數(shù)據(jù)


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題定義引用類型的字符串參數(shù)str1的正確形式是()。

A.ref str str1
B.ref String str1
C.string str1
D.out string str1

2.單項選擇題現(xiàn)有類Class1,選出如下選項中正確的缺省構(gòu)造函數(shù)形式()。

A.private int Class1(){}
B.private class1(){}
C.public Class1(){}
D.public void Class1(){}