Compartir vía


StringType.FromInteger(Int32) Método

Definición

Devuelve un valor de tipo String que corresponde al valor de tipo Integer especificado.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 static System::String ^ FromInteger(int Value);
public static string FromInteger (int Value);
static member FromInteger : int -> string
Public Shared Function FromInteger (Value As Integer) As String
Public Function FromInteger (Value As Integer) As String

Parámetros

Value
Int32

Obligatorio. Valor Integer que se va a convertir a un valor String.

Devoluciones

Valor de tipo String correspondiente a Value.

Comentarios

Esta clase admite el compilador de Visual Basic y no está pensado para usarse directamente desde el código.

Se aplica a