StringType.FromLong(Int64) Methode

Definitie

Retourneert een String waarde die overeenkomt met een opgegeven Int64 (64-bits geheel getal).

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::String ^ FromLong(long Value);
public static string FromLong(long Value);
static member FromLong : int64 -> string
Public Function FromLong (Value As Long) As String
Public Shared Function FromLong (Value As Long) As String

Parameters

Value
Int64

Required. Int64 om te converteren naar een String waarde.

Retouren

De String waarde die overeenkomt met Value.

Opmerkingen

Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op