Functions.Unformat 方法 |
命名空间: XSharp.RT
FUNCTION Unformat( cFormatString AS STRING, cSayPicture AS STRING, cType AS STRING ) AS USUAL
public static __Usual Unformat( string cFormatString, string cSayPicture, string cType )
提示: |
---|
如果 Transform() 函数覆盖了原始值中的字符,被覆盖的字符将丢失,覆盖它们的字符将出现在其位置。 此外,任何被截断的字符或数字都不会被恢复。 |
1? Unformat("$123,456.78", "@R $999,999.99", "N") 2 // 结果:数值 123456.78
1? Unformat("(516)555-1212", "@R (AAA)AAA-AAAA", "C") 2 // 结果:字符串 5165551212