StringType.FromShort(Int16) Methode

Definitie

Retourneert een String waarde die overeenkomt met een opgegeven Int16 (16-bits geheel getal).

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

public:
 static System::String ^ FromShort(short Value);
public static string FromShort(short Value);
static member FromShort : int16 -> string
Public Function FromShort (Value As Short) As String
Public Shared Function FromShort (Value As Short) As String

Parameters

Value
Int16

Required. Int616 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