Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了手动硬编码之外,我想知道.net框架是否有办法自动内置它,我知道它可以自动将希伯来日期转换为格鲁吉亚日期,但我需要将希伯来数字转换为格鲁吉亚
即 א = 1 ב = 2
这进入数百个。请参阅此处了解更多信息。
这是您应该采取的方法:
Dictionary<char,int
编辑:我刚刚发布了一个 GitHub 存储库,其中公开了将希伯来文本转换为数字以及将数字转换为对应的希伯来字母的功能。