java - i want to convert string and integer to unsigned byte -


जावा में मेरे पास दो चर

  स्ट्रिंग स्ट्रिंग; Int पूर्णांक वैल्यू;  

मैं इन मानों को स्व-हस्ताक्षरित करने के लिए परिवर्तित करना चाहता हूं कि कैसे स्ट्रिंग को अस्संस्डबाइब में परिवर्तित करें और अचयनित बीटा में पूर्णांक

जावा में एक अहस्ताक्षरित बाइट नहीं है।

स्ट्रिंग से लेकर short को Short.parseShort (string) द्वारा किया जाता है < / कोड>

यदि आप एक्सिस के अस्वाभावित बीटा वर्ग का संदर्भ दे रहे हैं, तो आप कन्स्ट्रक्टरों का उपयोग कर सकते हैं:

  नया अनसाइन्डबिट (स्टिंग); नया अनसाइन्डबिट (पूर्णांक वैल्यू);  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -