Mastering Crystal Reports 9 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Mastering Crystal Reports 9 [Electronic resources] - نسخه متنی

Cate McCoyand, Gord Maric

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Data Type Conversion Functions

Data type conversion functions change a value from one data type to another. If the conversion is not possible given the type of data value provided and the conversion being attempted, an error message is presented.

CBool Returns True if a given number is positive or negative; returns False if it is 0.

CCur Converts a given value to a currency value.

CDbl Converts a given value to a double value.

CStr Converts a given value to a string value.

CDate Converts a given value to a date value.

CTime Converts a given value to a time value.

CDateTime Converts a given value to a date timestamp value.

/ 217