Content protected from screenshots
GKFix.in
General Knowledge
Categories
Concept Builder Quiz
About Us
Start Quiz
Home
My Profile
General Knowledge
Categories
Concept Builder
Start Quiz
Logout
GKFix MCQ Question
Test your knowledge and learn something new
Home
Programming
Question #9984
Back to Home
View All Programming Questions
24 Views
Question
The ______ method is used to convert a string to a byte array using ASCII encoding.
A. Encoding.Unicode.GetBytes()
B. Encoding.UTF8.GetBytes()
C. BitConverter.GetBytes()
D. Encoding.ASCII.GetBytes()
Check Answer
Share on Twitter
Share on Facebook
Copy Link
Related Questions
Which keyword is used to declare a variable that can hold multiple values of the same type?
33
In Visual Basic, if you keep a variable undeclared, it is automatically taken as which data type?
22
In VB, the ______ first we check the condition; if the condition is true then it executes the true s...
4