Chilkat HOME Android™ ASP Visual Basic VB.NET C# iOS (IPhone) Objective-C C++ C Unicode C++ Unicode C MFC Delphi DLL Delphi ActiveX FoxPro Java Perl PHP Extension PHP ActiveX Python PowerShell Ruby SQL Server VBScript
Convert a String to CurrencyUse CCur to convert a string to the Currency type. CCur is locale aware. Dim s As String s = "$120.15" Dim cc As Currency cc = CCur(s) Print cc ' prints "120.15"
|
© 2000-2013 Chilkat Software, Inc. All Rights Reserved.