Microsoft® Visual Basic® Scripting Edition CStr Function |
| Language Reference |
|
Returns an expression that has been converted to a Variant of subtype String.
CStr(expression)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 CStr to force the result to be expressed as a String. You should use the CStr function instead of Str to provide internationally-aware conversions from any other data type to a String subtype. For example, different decimal separators are properly recognized depending on the locale setting of your system.The data in expression determines what is returned according to the following table:
If expression is CStr returns Boolean A String containing True or False. Date A String containing a date in the short-date format of your system. Null A run-time error. Empty A zero-length String (""). Error A String containing the word Error followed by the error number. Other numeric A String containing the number.
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/vbs/vbscript/59.htm, 3KB, , updated: 1996/11/22 10:12, local time: 2024/11/5 11:42,
18.191.103.117:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/vbs/vbscript/59.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |