HTML Tutorials |
|
XML Tutorials |
|
Browser Scripting |
|
Server Scripting |
|
.NET (dotnet) |
|
Multimedia |
|
Web Building |
|
Java Tutorials |
|
Programming Langauges |
|
Soft Skills |
|
Database Tutorials |
|
Operating System |
|
Software Testing |
|
SAP Module |
|
Networking Programming |
|
Microsoft Office |
|
Accounting |
|
|
Formatierung Zahlen
|
Die FormatNumber () Funktion bringt einen Wert zur�ck, der als Zahl formatiert wird und sein allgemeines Format wird unten gezeigt.
|
FormatNumber(value [, trailing digits] [, leading digit] [, parentheses] [, group digits])
|
|
wo Wert jeder m�glicher Ausdruck ist, der eine Zahl produziert;
wo, Stellen ist zu schleppen eine Ganzzahl, welche die Zahl den Stellen gibt, die dem Dezimalkomma folgen; die R�ckstellung rundet zu 2 Stellen;
wo f�hrend, ist Stelle zutreffend oder zur Anzeige falsch, ob f�hrendes 0, vor dem Dezimalkomma f�r Bruchwerte zu erscheinen ist;
wo Klammern zutreffend oder falsch sind, anzuzeigen, ob negative Zahlen in Klammern angezeigt werden sollten;
wo Gruppe Stellen zutreffend oder falsch ist, anzuzeigen, ob Zahlen zwischen Kommas gruppiert werden sollten.
|
Formatierung Daten und Zeiten
|
Die FormatDateTime () Funktion bringt einen Zeichenketteausdruck und das Darstellen eines Datum-/Zeitwertes zur�ck. Sein allgemeines Format ist, wie folgt:
|
FormatDateTime(value [, DateFormat.format])
|
|
wo Wert ist, ist eine Zeit oder ein Datumwert und -format einer der folgenden Werte: GeneralDate, LongDate, ShortDate, langfristiges oder kurzzeitig.
|
Format |
Output |
FormatDateTime(Now) |
12/21/2006 5:49:47 AM |
FormatDateTime(Today) |
12/21/2006 |
FormatDateTime(TimeOfDay) |
5:49:47 AM |
FormatDateTime(Now,DateFormat.LongDate) |
>Thursday, December 21,
2006 |
FormatDateTime(Today,DateFormat.LongDate) |
Thursday, December 21,
2006 |
FormatDateTime(Now,DateFormat.ShortDate) |
12/21/2006 |
FormatDateTime(Today,DateFormat.ShortDate) |
12/21/2006 |
FormatDateTime(Now,DateFormat.LongTime) |
5:49:47 AM |
FormatDateTime(TimeOfDay,DateFormat.LongTime) |
5:49:47 AM |
FormatDateTime(Now,DateFormat.ShortTime) |
05:49 |
FormatDateTime(TimeOfDay,DateFormat.ShortTime) |
05:49 |
|
Formatierung Zahlen
|
Eine Formatzeichenkette f�r numerische Werte kann einen der vorbestimmten Zeichenkettewerte verwenden und wird in der folgenden Tabelle gezeigt.
|
String |
Description |
General Number|G|g |
Displays number with no thousand separator. |
Currency|C|c |
Displays number with thousand separator, if appropriate; display two
digits to the right of the decimal separator. |
Fixed|F|f |
Displays at least one digit to the left and two digits to the right
of the decimal separator. |
Standard|N|n |
Displays number with thousand separator, at least one digit to the
left and two digits to the right of the decimal separator. |
Percent |
Displays number multiplied by 100 with a percent sign (%) appended
immediately to the right; always displays two digits to the right of the
decimal separator. |
P|p |
Displays number with thousandths separator multiplied by 100 with a
percent sign (%) appended to the right and separated by a single space;
always displays two digits to the right of the decimal separator. |
|
Formatierung Daten und Zeiten
|
Eine Formatzeichenkette f�r Datum-/Zeitwerte kann einen der vorbestimmten Zeichenkettewerte verwenden und wird in der folgenden Tabelle gezeigt.
|
String |
Description |
Long Date|D |
Displays a date in long date format. |
Short Date|d |
Displays a date in short date format. |
Long Time|T |
Displays a date in long date format. |
Short Time|t |
Displays a date in short date format. |
F |
Displays the long date and long time. |
f |
Displays the long date and short time. |
g |
Displays the short date and short time. |
M|m |
Displays the month and the day of a date. |
Y|y |
Formats the date as the year and month |
|
Keywords:
Display Formats in VB.NET,
dvd r formats,
tiff formats,
dvd formats,
mla formats,
jpeg formats,
apa formats,
gif formats,
image formats,
convert formats
|
|
HTML Quizes |
|
XML Quizes |
|
Browser Scripting Quizes |
|
Server Scripting Quizes |
|
.NET (dotnet) Quizes |
|
Multimedia Quizes |
|
Web Building Quizes |
|
Java Quizes |
|
Programming Langauges Quizes |
|
Soft Skills Quizes |
|
Database Quizes |
|
Operating System Quizes |
|
Software Testing Quizes |
|
SAP Module Quizes |
|
Networking Programming Quizes |
|
Microsoft Office Quizes |
|
Accounting Quizes |
|
|