CSng Function

Tips >>ASP Functions


WANTS TO MAKE SOFTWARE WITHOUT KNOWLEDGE OF ASP? CLICK HERE

The CSng function converts an expression to type Single. The expression argument is any valid expression. In general, you can document your code using the data type conversion functions to show that the result of some operation should be expressed as a particular data type rather than the default data type. For example, use CDbl or CSng to force double-precision or single-precision arithmetic in cases where currency or integer arithmetic normally would occur. Use the CSng function to provide internationally aware conversions from any other data type to a Single subtype. For example, different decimal separators are properly recognized depending on the locale setting of your system, as are different thousand separators. If expression lies outside the acceptable range for the Single subtype, an error occurs.

The Syntax of CSng function is :-

CSng(expression)

Example#1 :-

Code :-
dim a,ba=23524.4522b=23525.5533
document.write(CSng(a)&"<br/>")document.write(CSng(b))
Output :-
23524.4523525.55

Example#2 :-

Code :-
Dim MyDouble1, MyDouble2, MySingle1, MySingle2 ' MyDouble1, MyDouble2 are Doubles.MyDouble1 = 75.3421115: MyDouble2 = 75.3421555
MySingle1 = CSng(MyDouble1) '
MySingle1 contains 75.34211.MySingle2 = CSng(MyDouble2) '
MySingle2 contains 75.34216.
Output :-
Hence, CSng contains 75.34216

 
E-mail : sales@virtualsplat.com
Phone : +91-9892413501

+91-9967648641

+91-9967648641