如何在VB.NET中将UnicodeEncode值转换为Integer [英] How to Convert UnicodeEncode value to Integer in VB.NET

查看:93
本文介绍了如何在VB.NET中将UnicodeEncode值转换为Integer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个安静,我想使用vb.net将以下值转换为整数


$ b $bÒÍö·Á '¹¸¸²¹¹²³



我知道上面的值是RMC67-A49682-99237



但我想知道我怎么知道使用vb.net的价值




$ b $bÒÍö·Á'¹¶¸²¹¹²³·等于RMC67-A49682-99237



任何人都可以告诉我如何将第一个值转换为第二个值。

Hi
I have a quiery that i want to convert the below value into Integer using vb.net

ÒÍö·­Á´¹¶¸²­¹¹²³·

I know that the above value is RMC67-A49682-99237

But i want know that how can i know using vb.net that the value


ÒÍö·­Á´¹¶¸²­¹¹²³· is equals to RMC67-A49682-99237

Can anybody tell me how can i convert the first value into second one.

推荐答案

从那个?可能不是。

你需要做的第一件事就是用它的最新形式检查数据 - 作为字节而不是字符串。

这可能会有所帮助如果你有几个值进行比较,那么当你从一个例子开始工作时,犯错很容易。



查看原始数据 - 我''我甚至不会通过查看你帖子中的数据来开始,因为它几乎肯定会在它到达我之前被几个系统重新编写和解释,你需要查看原始的,未经破坏的版本。



然后,开始寻找相关性 - 它可能只是一个包含36个字符(AZ,0-9)或更少的字母组合的缩减字母表以适应5位。没有原始数据和几个例子,我们(和你)所能做的就是猜测。



如果你使用的是规范,那将是最有帮助的。转换,因为你工作时总是会犯错误。



这是什么?
From that? Probably not.
The first thing you need to do is examine that data in it''s rawest form - as bytes rather than as a string.
It would probably help you if you had several values for comparison - it is far to easy to make mistakes when working back from a single example.

Look at the raw data - I''m not even going to start by looking at the data in your post as it has almost certainly be reworked and interpreted by several systems before it gets to me, and you need to look at the original, uncorrupted version.

Then, start looking for correlations - it is possible that it is just a bit-packed cut-down alphabet with 36 characters (A-Z, 0-9), or less to fit it into 5 bits. Without the raw data and a couple of examples, all we (and you) could do is guess.

It would be the most help if you used the specification for the conversion as it is always possible to make mistakes when you work something out.

What is this from?


这篇关于如何在VB.NET中将UnicodeEncode值转换为Integer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆