本文介绍了如何排序字符串长度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好frnd我有一个字符串变量。而我在申报时并不知道它的大小。它的长度可能大于25或小于25.

i想要转换此字符串只有25个字符。

amd如果字符串值相同则始终生成相同的字符。

请任何人给我一些想法。

感谢adv。

hello frnd I have a string variable. and I dont know it's size on the time of declaration. it's length may be grater than 25 or less than 25.
i want to convert this string is only 25 charater.
amd if string value is same the it always generate same charater.
please any one give me some ideas.
Thanks in adv.

推荐答案


string encodeStr = @"!#



这篇关于如何排序字符串长度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 04:48
查看更多