Re: InStr, Left und Right - Funktionen in ASP.net
From: Pascal Schmitt (newsgroup_at_cebra.nu)
Date: 02/17/05
- Next message: Karl Tomsy: "Re: InStr, Left und Right - Funktionen in ASP.net"
- Previous message: Karl Tomsy: "InStr, Left und Right - Funktionen in ASP.net"
- In reply to: Karl Tomsy: "InStr, Left und Right - Funktionen in ASP.net"
- Next in thread: Karl Tomsy: "Re: InStr, Left und Right - Funktionen in ASP.net"
- Reply: Karl Tomsy: "Re: InStr, Left und Right - Funktionen in ASP.net"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Feb 2005 21:33:00 +0100
Karl Tomsy wrote:
> Hallo,
>
> gibt es diese Funktionen im ASP.net auch bzw. ähnliche Funktionen? Ich
> möchte einen Teil eines Strings (50 Zeichen) anzeigen, kann ich da einfach
> Left(string, 50) schreiben?
In VB.NET gibt es ein paar dieser alten Methoden, allerdings kann man
auch die neuen Methoden des String-Objekts verwenden:
"test 123".Substring(5,3) sollte also z.B. "123" zurückliefern.
Schau am besten in die Hilfe, String kann noch mehr...
-- Pascal Schmitt
- Next message: Karl Tomsy: "Re: InStr, Left und Right - Funktionen in ASP.net"
- Previous message: Karl Tomsy: "InStr, Left und Right - Funktionen in ASP.net"
- In reply to: Karl Tomsy: "InStr, Left und Right - Funktionen in ASP.net"
- Next in thread: Karl Tomsy: "Re: InStr, Left und Right - Funktionen in ASP.net"
- Reply: Karl Tomsy: "Re: InStr, Left und Right - Funktionen in ASP.net"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|