Truncation.Truncate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Truncate(String) | |
Truncate(Object, Int32) | |
Truncate(String, Int32) |
Truncate(String)
Truncate(Object, Int32)
public:
static System::String ^ Truncate(System::Object ^ o, int length);
public static string Truncate (object o, int length);
static member Truncate : obj * int -> string
Public Shared Function Truncate (o As Object, length As Integer) As String
Paramètres
- o
- Object
- length
- Int32
Retours
S’applique à
Truncate(String, Int32)
public:
static System::String ^ Truncate(System::String ^ s, int length);
public static string Truncate (string s, int length);
static member Truncate : string * int -> string
Public Shared Function Truncate (s As String, length As Integer) As String
Paramètres
- s
- String
- length
- Int32