الثوابت المعرفة
أنواع البينات
هذه الثوابت تعيدها الدالة
TypeOf.
أنواع الملفات
هذه الثوابت تستخدم بواسطة الدالة
Stat() .
الثوابت النصية
أنواع الترتيب
These constants are used each time a sort الطريقة (Method) is needed.
For example, in the
Array sort methods, when creating a
Collection,
in the
String class methods, and so on.
أيام الاسبوع
These constant are the values returned by the
WeekDay() function.
صيغ معرفة
صيغ رقمية
gb.GeneralNumber
|
Write a number with twelve decimal digits.
Use scientific format if its absolute value is lower than 10-4 or greater than 107.
|
gb.Fixed
|
Equivalent to "0.00"
|
gb.Percent
|
Equivalent to "###%"
|
gb.Scientific
|
Write a number with its exponent and eighteen decimal digits.
|
صيغ التاريخ والوقت
صيغ العملة
gb.Currency
|
Format a currency by using the national currency symbol.
|
gb.International
|
Format a currency by using the international currency symbol.
|
صيغ متنوعة
Endianness
gb.BigEndian
|
Big endianness. The values are stored in memory the higher bytes first.
|
gb.LittleEndian
|
Little endianness. The values are stored in memory the lower bytes first.
|